aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-03-27 09:52:11 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-03-27 09:52:11 +0530
commita7ea133d0f2f155e4996ef92c1537614c5bd62f9 (patch)
treecc7613f8795fa0bab2d0a8e158e569bcd86b66d2 /flake.nix
parentf9f276e2dafd8718635ad4657f9b4decc420edf9 (diff)
rust core utils + terminal workspace (tmux / zellij)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 55cc962..82ccf18 100644
--- a/flake.nix
+++ b/flake.nix
@@ -50,6 +50,10 @@
rust = false;
zig = false;
};
+ terminalworkspace = {
+ tmux = false;
+ zellij = true;
+ };
# This is where I have keep the dotfiles folder, replace it accordingly
symlinkRoot = "/home/${username}/dotfiles";
@@ -63,7 +67,8 @@
inherit system;
specialArgs = {
inherit quickshell inputs system
- username hostname unstable symlinkRoot opt languages;
+ username hostname unstable symlinkRoot
+ opt languages terminalworkspace;
};
modules = [