diff --git a/users/mat-hm.nix b/users/mat-hm.nix index e82f1d3..4d56c6f 100644 --- a/users/mat-hm.nix +++ b/users/mat-hm.nix @@ -64,6 +64,11 @@ in { bind -M insert ! __history_previous_command bind -M insert '$' __history_previous_command_arguments + + if test -d $HOME/.nix-profile + replay "source $HOME/.nix-profile/etc/profile.d/nix.sh" + replay "source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh" + end ''; }; @@ -80,6 +85,10 @@ in { }; }; + home-manager = { + enable = true; + }; + htop = { enable = true; highlightBaseName = true;