biggg refactor, holy shit

This commit is contained in:
Noa Aarts 2024-11-11 11:16:27 +01:00
parent a3da6ab3af
commit 4c55bc97f6
Signed by: noa
GPG key ID: 1850932741EFF672
10 changed files with 111 additions and 394 deletions

View file

@ -88,7 +88,9 @@
inherit nix-colors;
};
users = {
"noa" = import ./home.nix;
"noa" = (import ../../common/home.nix) {
enableFlut = true;
};
"root" = import ./root.nix;
};
};