fix homes
This commit is contained in:
parent
a12ae68a49
commit
58a5caa772
4 changed files with 55 additions and 52 deletions
|
@ -10,9 +10,12 @@
|
|||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
home-manager.users.fp = import ../. {
|
||||
inherit pkgs config;
|
||||
user = config.users.users.fp;
|
||||
home = config.home-manager.users.fp;
|
||||
home-manager.users.fp = {
|
||||
imports = [ ../. ];
|
||||
home = {
|
||||
username = config.users.users.fp.name;
|
||||
homeDirectory = config.users.users.fp.home;
|
||||
stateVersion = config.system.stateVersion;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue