diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-27 09:52:11 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-27 09:52:11 +0530 |
| commit | a7ea133d0f2f155e4996ef92c1537614c5bd62f9 (patch) | |
| tree | cc7613f8795fa0bab2d0a8e158e569bcd86b66d2 /flake.nix | |
| parent | f9f276e2dafd8718635ad4657f9b4decc420edf9 (diff) | |
rust core utils + terminal workspace (tmux / zellij)
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 = [ |
