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;
isDefault = true;
search.default = "ddg";
extensions.force = true;
# Full declarative mode enabled.
# 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;
targets = {
firefox = {
enable = true;
enable = false;
colorTheme.enable = true;
profileNames = [
"hakase"
];
+1
View File
@@ -1,5 +1,6 @@
{
imports = [
../../apps/stylix/home.nix
../../apps/matugen/home.nix
];
}