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