This commit is contained in:
kenji
2025-12-24 21:00:59 -06:00
parent 4c0fe82453
commit 11b4f2410d
3 changed files with 9 additions and 5 deletions
+8 -3
View File
@@ -1,9 +1,14 @@
{ {
dconf.enable = true; inputs,
myConfig,
...
}: {
imports = [
inputs.stylix.homeModules.stylix
];
stylix = { stylix = {
enable = true; enable = true;
autoEnable = false; autoEnable = false;
targets = { image = "/home/${myConfig.nixos.username}/Pictures/Wallpapers/nord-1.png";
};
}; };
} }
-1
View File
@@ -49,7 +49,6 @@
modules = [ modules = [
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
stylix.homeModules.stylix
./hosts/hakase/configuration.nix ./hosts/hakase/configuration.nix
]; ];
}; };
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
imports = [ imports = [
../../apps/stylix/default.nix ../../apps/stylix/home.nix
]; ];
} }