fix: install home-manager on standalone install

This commit is contained in:
Yorick Barbanneau 2024-06-19 01:08:29 +02:00
parent 18929340d0
commit faf8873b43

View file

@ -3,6 +3,7 @@
home.username = "${username}"; home.username = "${username}";
home.homeDirectory = "/home/${username}"; home.homeDirectory = "/home/${username}";
home.stateVersion = stateVersion; home.stateVersion = stateVersion;
programs.home-manager.enable = true;
home.sessionPath = [ home.sessionPath = [
"$HOME/.local/bin" "$HOME/.local/bin"
]; ];