don't show cats on non-thinkpad hosts

This commit is contained in:
Rouven Seifert 2023-04-28 16:53:51 +02:00
parent 0677beb1c0
commit 4baf1371b7
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 13 additions and 7 deletions

View file

@ -60,6 +60,8 @@
gdb
powerline-fonts
# password
pass
# libs
libyubikey

View file

@ -9,6 +9,7 @@
''
set -g default-shell ${pkgs.zsh}/bin/zsh
bind P display-popup
set -sg escape-time 10
'';
plugins = with pkgs.tmuxPlugins; [
{