add: matugen

This commit is contained in:
kenji
2025-12-27 10:11:03 -06:00
parent ef68c8191e
commit c1a76f2b2b
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -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.
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
matugen
];
}
+2 -1
View File
@@ -12,7 +12,8 @@
autoEnable = false; autoEnable = false;
targets = { targets = {
firefox = { firefox = {
enable = true; enable = false;
colorTheme.enable = true;
profileNames = [ profileNames = [
"hakase" "hakase"
]; ];
+1
View File
@@ -1,5 +1,6 @@
{ {
imports = [ imports = [
../../apps/stylix/home.nix ../../apps/stylix/home.nix
../../apps/matugen/home.nix
]; ];
} }