summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-16 22:50:37 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-16 22:50:37 +0200
commitb6f5489516a99c8c22fe0d0e0d214b3109460ad0 (patch)
treeb5f6e83bdf461284b30d25e7b24c0a78d4ef4a2a
parent069995b1c8d4d5f8eea189b0a669095db781b1d6 (diff)
tmux replacement zellij
-rw-r--r--share/common.nix1
-rw-r--r--share/home.nix6
2 files changed, 6 insertions, 1 deletions
diff --git a/share/common.nix b/share/common.nix
index dca9cab..c2db3d3 100644
--- a/share/common.nix
+++ b/share/common.nix
@@ -351,7 +351,6 @@ in
tigervnc
tk
tldr
- tmux
pkgs.kdePackages.tokodon
unrar
unzip
diff --git a/share/home.nix b/share/home.nix
index 03dbd37..b317b37 100644
--- a/share/home.nix
+++ b/share/home.nix
@@ -109,6 +109,12 @@
enableZshIntegration = true;
};
+ # tmux replacement
+ programs.zellij = {
+ enable = true;
+ enableZshIntegration = true;
+ };
+
# better cat
programs.bat = {
enable = true;