mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
don't show cats on non-thinkpad hosts
This commit is contained in:
parent
0677beb1c0
commit
4baf1371b7
4 changed files with 13 additions and 7 deletions
|
@ -60,6 +60,8 @@
|
|||
gdb
|
||||
|
||||
powerline-fonts
|
||||
# password
|
||||
pass
|
||||
|
||||
# libs
|
||||
libyubikey
|
||||
|
|
|
@ -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; [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue