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 tigervnc
tk tk
tldr tldr
tmux
pkgs.kdePackages.tokodon pkgs.kdePackages.tokodon
unrar unrar
unzip unzip

View file

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