From c76e247d7adf4ded80ac75128b21d2dd881eec01 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 31 Mar 2026 15:11:13 +0530 Subject: terminal workspace setup + actually using unstable channel + top bar -> bottom bar & other quickshell adjustments --- nixos/terminal_workspace/zellij.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/terminal_workspace') 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 ]; } -- cgit v1.2.3