fix: install home-manager on standalone install
This commit is contained in:
parent
18929340d0
commit
faf8873b43
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
home.username = "${username}";
|
||||
home.homeDirectory = "/home/${username}";
|
||||
home.stateVersion = stateVersion;
|
||||
programs.home-manager.enable = true;
|
||||
home.sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue