move home to directory

This commit is contained in:
Noa Aarts 2024-11-22 21:07:06 +01:00
parent 3d79cf4cb3
commit ac3fb7562d
Signed by: noa
GPG key ID: 1850932741EFF672
6 changed files with 16 additions and 36 deletions

View file

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