Fix merge
parent
3db5b95834
commit
1ef2beb4c8
|
@ -64,6 +64,11 @@ in {
|
||||||
|
|
||||||
bind -M insert ! __history_previous_command
|
bind -M insert ! __history_previous_command
|
||||||
bind -M insert '$' __history_previous_command_arguments
|
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 = {
|
htop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
highlightBaseName = true;
|
highlightBaseName = true;
|
||||||
|
|
Loading…
Reference in New Issue