aboutsummaryrefslogtreecommitdiff
path: root/nixos/terminal_workspace
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-03-31 15:11:13 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-03-31 15:11:13 +0530
commitc76e247d7adf4ded80ac75128b21d2dd881eec01 (patch)
tree4d11118dd3b1de99ad54e5304d75634c8a6eccc9 /nixos/terminal_workspace
parent6986f3a9d4a5c7c8a309799e5f9befe9559660e4 (diff)
terminal workspace setup + actually using unstable channel + top bar -> bottom bar & other quickshell adjustments
Diffstat (limited to 'nixos/terminal_workspace')
-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
];
}