summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-29 20:27:22 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-29 20:27:22 +0200
commit1866dd17c550fd09ced3e387cf857633a1d704ec (patch)
tree3cdc303028f09efe1572d1eca2ee0aa2a77384c9
parentd54271415669f4e0c77368229151d065f66f51ff (diff)
zellij has no use for me with konsole tabs
-rw-r--r--share/home.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/share/home.nix b/share/home.nix
index eab54ba..fcd473b 100644
--- a/share/home.nix
+++ b/share/home.nix
@@ -110,17 +110,6 @@
enableZshIntegration = true;
};
- # tmux replacement
- programs.zellij = {
- enable = true;
- enableZshIntegration = true;
- settings = {
- theme = "catppuccin-mocha";
- pane_frames = false;
- on_force_close = "quit";
- };
- };
-
# better cat
programs.bat = {
enable = true;