Skip to content
Snippets Groups Projects
Commit 5e0acd4e authored by Jens Nolte's avatar Jens Nolte
Browse files

Add direnv on workstations to primary user

parent fd19b4c8
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,10 @@
spotify
gimp
];
users.users.jens = {
packages = with pkgs; [ direnv ];
};
}
......@@ -78,6 +78,11 @@ then
alias icat="kitty +kitten icat"
fi
if (( $+commands[direnv] ))
then
eval "$(direnv hook zsh)"
fi
# "The time the shell waits, in hundredths of seconds, for another key to be pressed when reading bound multi-character sequences."
# This is for vim-style multi-letter commands (<f><d> is mapped to <Esc>)
KEYTIMEOUT=10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment