From 1ef2beb4c82f2c436ef7cac216c3c2b6ea4d88e9 Mon Sep 17 00:00:00 2001 From: mat ess Date: Wed, 5 May 2021 21:23:46 -0400 Subject: [PATCH] Fix merge --- users/mat-hm.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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;