huh
This commit is contained in:
parent
f04f858aeb
commit
b1e6f4256f
7 changed files with 21 additions and 14 deletions
|
|
@ -20,12 +20,12 @@
|
|||
};
|
||||
|
||||
home-manager.users = let
|
||||
hm = import ../home;
|
||||
hm = {user = [];}; # import ../home;
|
||||
in {
|
||||
${conf.user} = {
|
||||
imports = hm.user;
|
||||
home.username = conf.user;
|
||||
home.stateVersion = "24.11";
|
||||
# home.username = conf.user;
|
||||
# home.stateVersion = "24.11";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue