add: matugen
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
search.force = true;
|
search.force = true;
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
search.default = "ddg";
|
search.default = "ddg";
|
||||||
|
extensions.force = true;
|
||||||
|
|
||||||
# Full declarative mode enabled.
|
# Full declarative mode enabled.
|
||||||
# Note: Manual bookmarks added in the UI will be overwritten on next rebuild.
|
# Note: Manual bookmarks added in the UI will be overwritten on next rebuild.
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
matugen
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -12,7 +12,8 @@
|
|||||||
autoEnable = false;
|
autoEnable = false;
|
||||||
targets = {
|
targets = {
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
colorTheme.enable = true;
|
||||||
profileNames = [
|
profileNames = [
|
||||||
"hakase"
|
"hakase"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../apps/stylix/home.nix
|
../../apps/stylix/home.nix
|
||||||
|
../../apps/matugen/home.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user