aboutsummaryrefslogtreecommitdiff
path: root/nixos/terminal_workspace/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/terminal_workspace/default.nix')
-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 []);
}