tmux replacement zellij

This commit is contained in:
Christoph Cullmann 2024-07-16 22:50:37 +02:00
parent 069995b1c8
commit b6f5489516
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -351,7 +351,6 @@ in
tigervnc
tk
tldr
tmux
pkgs.kdePackages.tokodon
unrar
unzip

View file

@ -109,6 +109,12 @@
enableZshIntegration = true;
};
# tmux replacement
programs.zellij = {
enable = true;
enableZshIntegration = true;
};
# better cat
programs.bat = {
enable = true;