aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2025-12-12 12:50:06 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2025-12-12 12:50:58 +0530
commit42e48b718aa7757819c3c949c23f7fb638a54bdf (patch)
tree8b8782a8b6fb1efc1083b27193965ef0b920de5b /flake.nix
parent104b693339db54f3e3aee0ee8bfd33d0f47d5a44 (diff)
opt setup
;
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 52c2a64..632ce70 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = [