aboutsummaryrefslogtreecommitdiff
path: root/nixos/terminal_workspace/zellij.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/terminal_workspace/zellij.nix')
-rw-r--r--nixos/terminal_workspace/zellij.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/terminal_workspace/zellij.nix b/nixos/terminal_workspace/zellij.nix
new file mode 100644
index 0000000..549fe9f
--- /dev/null
+++ b/nixos/terminal_workspace/zellij.nix
@@ -0,0 +1,6 @@
+{ config, pkgs, ... }:
+{
+ environment.systemPackages = with pkgs; [
+ zellij
+ ];
+}