diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-31 15:11:13 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-31 15:11:13 +0530 |
| commit | c76e247d7adf4ded80ac75128b21d2dd881eec01 (patch) | |
| tree | 4d11118dd3b1de99ad54e5304d75634c8a6eccc9 /flake.nix | |
| parent | 6986f3a9d4a5c7c8a309799e5f9befe9559660e4 (diff) | |
terminal workspace setup + actually using unstable channel + top bar -> bottom bar & other quickshell adjustments
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; - nixpkgs-unstable.url = "github:nixos/nixpkgs/master"; + nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { url = "github:nix-community/home-manager/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; @@ -51,8 +51,8 @@ zig = false; }; terminalworkspace = { - tmux = false; - zellij = true; + tmux = true; + zellij = false; }; # This is where I have keep the dotfiles folder, replace it accordingly |
