summaryrefslogtreecommitdiff
path: root/share/home.nix
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 /share/home.nix
parent069995b1c8d4d5f8eea189b0a669095db781b1d6 (diff)
tmux replacement zellij
Diffstat (limited to 'share/home.nix')
-rw-r--r--share/home.nix6
1 files changed, 6 insertions, 0 deletions
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;