Compare commits

..

2 commits

Author SHA1 Message Date
bb686b6659 5minute sudo timeout 2020-06-15 23:18:09 +02:00
3f503f93f1 add tmux 2020-06-15 23:17:57 +02:00

View file

@ -16,6 +16,7 @@ in {
ncdu ncdu
openssl openssl
ripgrep ripgrep
tmux
z-lua z-lua
unstable.starship unstable.starship
(import ../packages/neovim.nix) (import ../packages/neovim.nix)
@ -81,6 +82,7 @@ precmd_user_func = "title"
}; };
security.sudo.extraConfig = '' security.sudo.extraConfig = ''
Defaults timestamp_timeout=5
Defaults env_keep+=SSH_AUTH_SOCK Defaults env_keep+=SSH_AUTH_SOCK
''; '';