diff --git a/machines/Northstar/xenia.nix b/machines/Northstar/xenia.nix index 8e1e5fa3..a0bcece7 100644 --- a/machines/Northstar/xenia.nix +++ b/machines/Northstar/xenia.nix @@ -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 '';