aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-03-27 10:04:54 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-03-27 10:04:54 +0530
commit6986f3a9d4a5c7c8a309799e5f9befe9559660e4 (patch)
tree9a7943bfc40964d4579a058b3f5a7d6f9215d49a /nixos
parenta7ea133d0f2f155e4996ef92c1537614c5bd62f9 (diff)
zellij compatible mappings
Diffstat (limited to 'nixos')
-rw-r--r--nixos/terminal_workspace/default.nix2
1 files changed, 1 insertions, 1 deletions
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 []);
}