ts sucks vrah

This commit is contained in:
2026-03-13 18:43:11 -04:00
parent b7e89f4da4
commit 4b3a369c6e
5 changed files with 205 additions and 24 deletions

View File

@@ -12,6 +12,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence.url = "github:nix-community/impermanence";
llm-agents.url = "github:Qumulo/llm-agents";
# nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.6.0";
};
@@ -21,7 +22,8 @@
nixpkgs,
home-manager,
impermanence,
# nix-flatpak,
llm-agents,
# nix-flatpak,
}@inputs:
let
inherit (self) outputs;