Merge branch 'main' of ssh://git.duckland.org:2202/don/NixOS-Configs

This commit is contained in:
Don Harper 2023-09-25 20:24:51 -05:00
commit 783544c6c5
2 changed files with 68 additions and 65 deletions

View file

@ -62,6 +62,7 @@
unzip unzip
urlview urlview
vdirsyncer vdirsyncer
vlock
wget wget
zip zip
]; ];

View file

@ -110,6 +110,8 @@
bind K split-window -h "exec ikhal" bind K split-window -h "exec ikhal"
bind C-t neww -n vit "exec vit" bind C-t neww -n vit "exec vit"
set -g renumber-windows off set -g renumber-windows off
set -g lock-after-time 30
set -g lock-command 'tty | grep -q "^/dev/tty" && vlock'
''; '';
}; };
} }