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";
};
}