Add home-manager to config for Northstar

This commit is contained in:
Evie Litherland-Smith 2023-06-21 21:36:56 +01:00
parent 51ad3c8141
commit 5a707423b3

View file

@ -7,6 +7,7 @@
home.username = "xenia";
home.homeDirectory = "/home/xenia";
home.stateVersion = "22.11";
programs.home-manager.enable = true;
programs.bash.bashrcExtra = ''
source $HOME/.nix-profile/etc/profile.d/nix.sh
'';