change hyprland dotfiles lap/desk automaticaly chosen on the smayzy.desktop/laptop.enable option

This commit is contained in:
smayzy
2025-07-13 15:44:41 +02:00
parent 4b0fbf5900
commit a17e38a905
5 changed files with 65 additions and 41 deletions
+4 -1
View File
@@ -14,7 +14,10 @@
};
home-manager = {
extraSpecialArgs = { inherit inputs; };
extraSpecialArgs = {
inherit inputs;
smayzy = config.smayzy;
};
users = {
smayzy = import ./home.nix;
};