diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-12 12:50:06 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-12 12:50:58 +0530 |
| commit | 42e48b718aa7757819c3c949c23f7fb638a54bdf (patch) | |
| tree | 8b8782a8b6fb1efc1083b27193965ef0b920de5b /flake.nix | |
| parent | 104b693339db54f3e3aee0ee8bfd33d0f47d5a44 (diff) | |
opt setup
;
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,6 +26,7 @@ username = "aargh"; hostname = "pegasus"; nvidia = true; + llm = true; # This is where I have keep the dotfiles folder, replace it accordingly symlinkRoot = "/home/${username}/dotfiles"; @@ -42,7 +43,7 @@ nixosConfigurations.main = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { - inherit quickshell inputs username hostname unstable symlinkRoot nvidia; + inherit quickshell inputs username hostname unstable symlinkRoot nvidia llm; }; modules = [ |
