This commit is contained in:
kenji
2025-12-24 18:20:35 -06:00
parent 830165aab8
commit 4c0fe82453
3 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
{ {
dconf.enable = true;
stylix = { stylix = {
enable = true; enable = true;
autoEnable = false;
targets = {
};
}; };
} }
+1
View File
@@ -5,6 +5,7 @@
../modules/home/apps-optional.nix ../modules/home/apps-optional.nix
../modules/home/hyprland.nix ../modules/home/hyprland.nix
../modules/home/waybar.nix ../modules/home/waybar.nix
../modules/home/theme.nix
]; ];
home.stateVersion = "25.05"; home.stateVersion = "25.05";
-1
View File
@@ -7,6 +7,5 @@
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/system/default.nix ../../modules/system/default.nix
../../modules/system/hyprland.nix ../../modules/system/hyprland.nix
../../modules/system/theme.nix
]; ];
} }