Fix merge

main
mat ess 2021-05-05 21:23:46 -04:00
parent 3db5b95834
commit 1ef2beb4c8
1 changed files with 9 additions and 0 deletions

View File

@ -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;