This commit is contained in:
Spectre 2024-06-07 02:13:22 +02:00
parent 20a6964894
commit c0f3e77000
2 changed files with 6 additions and 2 deletions

View file

@ -17,9 +17,9 @@
hm = import ../home;
in {
${conf.user} = {
imports = hm.user;
# imports = hm.user;
home.username = conf.user;
home.homeDirectory = conf.home;
home.stateVersion = "24.11";
};
};