home: move around stuff
This commit is contained in:
parent
d13ba86697
commit
8d59f140cd
@ -43,7 +43,6 @@
|
||||
}@inputs:
|
||||
let
|
||||
username = "primary";
|
||||
homeDirectory = "/home/${username}";
|
||||
hostname = nixpkgs.lib.strings.removeSuffix "\n" (builtins.readFile /etc/hostname);
|
||||
|
||||
pkgs = import (
|
||||
@ -71,7 +70,6 @@
|
||||
inherit
|
||||
inputs
|
||||
username
|
||||
homeDirectory
|
||||
;
|
||||
};
|
||||
|
||||
|
||||
@ -59,7 +59,8 @@ in
|
||||
|
||||
# home-manager stuff
|
||||
home = {
|
||||
inherit username homeDirectory;
|
||||
inherit username;
|
||||
homeDirectory = "/home/${username}";
|
||||
};
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user