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 = {
enable = true;
autoEnable = false;
targets = {
};
image = "/home/${myConfig.nixos.username}/Pictures/Wallpapers/nord-1.png";
};
}
-1
View File
@@ -49,7 +49,6 @@
modules = [
home-manager.nixosModules.home-manager
sops-nix.nixosModules.sops
stylix.homeModules.stylix
./hosts/hakase/configuration.nix
];
};
+1 -1
View File
@@ -1,5 +1,5 @@
{
imports = [
../../apps/stylix/default.nix
../../apps/stylix/home.nix
];
}