This commit is contained in:
foosinn 2020-08-29 16:51:58 +02:00
parent 527948d845
commit f4984704f9

View file

@ -7,6 +7,7 @@ in {
bash
bat
emacs-nox
direnv
fd
fzf
git
@ -64,6 +65,7 @@ precmd_user_func = "title"
. "$(fzf-share)/key-bindings.bash"
. "$(fzf-share)/completion.bash"
. <(z --init bash)
. <(direnv hook bash)
'';
shellAliases = {
@ -87,4 +89,5 @@ precmd_user_func = "title"
'';
services.resolved.enable = true;
services.lorri.enable = true;
}