LLM-agents installed

This commit is contained in:
Olaf Kolkman
2026-07-08 22:26:38 +02:00
parent 4d54560d77
commit 78ffc4e895
6 changed files with 23 additions and 53 deletions
+3 -1
View File
@@ -3,6 +3,7 @@
pkgs,
lib,
home-manager,
llm-agents,
...
}:
@@ -53,6 +54,7 @@ in
"Affinity Publisher 2" = 1606941598;
# "DaisyDisk" = 411643860; # (4.32) # Don't use this, we need the official version that is not sandboxed
"Fantastical - Calendar" = 975937182;
" Fedistar" = 6445863996; # (1.13.1)
"Home Assistant" = 1099568401; # (2025.7.1)
"Ice Cubes for Mastodon" = 6444915884; # (1.11.3)
"LibreOffice" = 1630474372;
@@ -81,7 +83,7 @@ in
home = {
enableNixpkgsReleaseCheck = false;
packages = pkgs.callPackage ./packages.nix { };
packages = pkgs.callPackage ./packages.nix { inherit llm-agents; };
file = lib.mkMerge [
sharedFiles
additionalFiles