feat: add tmux and git work config

This commit is contained in:
2025-06-20 14:03:42 +00:00
committed by Emma Thorpe
parent 3a9407fc9d
commit 5ed5363fe1
3 changed files with 15 additions and 17 deletions
+5
View File
@@ -12,4 +12,9 @@
pkgs.kubelogin
pkgs.curl
];
programs.tmux = {
extraConfig = ''
set -g status-right "#(/run/current-system/sw/bin/bash $HOME/code/kube-tmux/kube.tmux 250 red black)"
'';
};
}