From 6986f3a9d4a5c7c8a309799e5f9befe9559660e4 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 27 Mar 2026 10:04:54 +0530 Subject: zellij compatible mappings --- nixos/terminal_workspace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/terminal_workspace/default.nix b/nixos/terminal_workspace/default.nix index 862cbb1..2e10334 100644 --- a/nixos/terminal_workspace/default.nix +++ b/nixos/terminal_workspace/default.nix @@ -2,5 +2,5 @@ { imports = (if terminalworkspace.tmux then [ ./tmux.nix ] else []) ++ - (if terminalworkspace].zellij then [ ./zellij.nix ] else []); + (if terminalworkspace.zellij then [ ./zellij.nix ] else []); } -- cgit v1.2.3