aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
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 /flake.nix
parent6986f3a9d4a5c7c8a309799e5f9befe9559660e4 (diff)
terminal workspace setup + actually using unstable channel + top bar -> bottom bar & other quickshell adjustments
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 82ccf18..00913ce 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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