From 67c17acf6b508918257304304a2ec5c94a5c6f40 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 24 Oct 2024 05:33:40 +0100 Subject: [PATCH] Remove zellij --- system/home/shell/default.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 06f75588..cbab0975 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -1,9 +1,4 @@ -{ - config, - lib, - pkgs, - ... -}: +{ config, pkgs, ... }: { imports = [ ./git.nix @@ -87,15 +82,6 @@ visible-stats = "On"; }; }; - zellij = { - enable = true; - settings = { - default_mode = "locked"; - mouse_mode = true; - copy_command = lib.mkIf config.wayland.windowManager.sway.enable "wl-copy"; - copy_on_select = true; - }; - }; zsh = { enable = true; enableCompletion = true;