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;