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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/terminal_workspace/zellij.nix b/nixos/terminal_workspace/zellij.nix
index 549fe9f..be0c884 100644
--- a/nixos/terminal_workspace/zellij.nix
+++ b/nixos/terminal_workspace/zellij.nix
@@ -1,6 +1,6 @@
-{ config, pkgs, ... }:
+{ config, pkgs, unstable, ... }:
{
environment.systemPackages = with pkgs; [
- zellij
+ unstable.zellij
];
}