7 Commits
Author SHA1 Message Date
Olaf Kolkman 1336a9bcd8 Added hermes-hud 2026-07-09 08:25:18 +02:00
Olaf Kolkman 48ee955035 cleanup 2026-07-08 22:55:53 +02:00
Olaf Kolkman 626a07e7e9 Works with LLM but should be able to do this cleaner 2026-07-08 22:34:15 +02:00
Olaf Kolkman 78ffc4e895 LLM-agents installed 2026-07-08 22:26:38 +02:00
Olaf Kolkman 4d54560d77 Add packages-list.nix for llm-agents packages 2026-07-08 22:17:25 +02:00
Olaf Kolkman 3ef4bb5495 X11 2026-07-07 20:31:41 +02:00
Olaf Kolkman 355d6995bf cjk in latex 2026-07-04 13:52:05 +02:00
7 changed files with 36 additions and 52 deletions
+4
View File
@@ -45,6 +45,9 @@
catppuccin = { catppuccin = {
url = "github:catppuccin/nix"; url = "github:catppuccin/nix";
}; };
llm-agents = {
url = "github:numtide/llm-agents.nix";
};
# mac-app-util doesn't work with OCLP installed on X86 # mac-app-util doesn't work with OCLP installed on X86
# mac-app-util = { # mac-app-util = {
@@ -66,6 +69,7 @@
sops-nix, sops-nix,
nix-vscode-extensions, nix-vscode-extensions,
catppuccin, catppuccin,
llm-agents,
... ...
}@inputs: }@inputs:
let let
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
config, config,
pkgs, pkgs,
llm-agents,
... ...
}: }:
@@ -91,7 +92,7 @@ in
]; ];
}) })
] ]
++ (import ../../modules/shared/packages.nix { inherit pkgs; }) ++ (import ../../modules/shared/packages.nix { inherit pkgs llm-agents; })
; ;
+2 -1
View File
@@ -69,5 +69,6 @@ _:
# Browsers # Browsers
# x11
"xquartz"
] ]
+3 -1
View File
@@ -3,6 +3,7 @@
pkgs, pkgs,
lib, lib,
home-manager, home-manager,
llm-agents,
... ...
}: }:
@@ -53,6 +54,7 @@ in
"Affinity Publisher 2" = 1606941598; "Affinity Publisher 2" = 1606941598;
# "DaisyDisk" = 411643860; # (4.32) # Don't use this, we need the official version that is not sandboxed # "DaisyDisk" = 411643860; # (4.32) # Don't use this, we need the official version that is not sandboxed
"Fantastical - Calendar" = 975937182; "Fantastical - Calendar" = 975937182;
" Fedistar" = 6445863996; # (1.13.1)
"Home Assistant" = 1099568401; # (2025.7.1) "Home Assistant" = 1099568401; # (2025.7.1)
"Ice Cubes for Mastodon" = 6444915884; # (1.11.3) "Ice Cubes for Mastodon" = 6444915884; # (1.11.3)
"LibreOffice" = 1630474372; "LibreOffice" = 1630474372;
@@ -81,7 +83,7 @@ in
home = { home = {
enableNixpkgsReleaseCheck = false; enableNixpkgsReleaseCheck = false;
packages = pkgs.callPackage ./packages.nix { }; packages = pkgs.callPackage ./packages.nix { inherit llm-agents; };
file = lib.mkMerge [ file = lib.mkMerge [
sharedFiles sharedFiles
additionalFiles additionalFiles
+2 -2
View File
@@ -1,8 +1,8 @@
{ pkgs }: { pkgs, llm-agents }:
with pkgs; with pkgs;
let let
shared-packages = import ../shared/packages.nix { inherit pkgs; }; shared-packages = import ../shared/packages.nix { inherit pkgs llm-agents; };
in in
shared-packages shared-packages
++ [ ++ [
+4 -2
View File
@@ -1,9 +1,10 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
emacsOverlaySha256 = "1ffsda6if5z9bgjh398s9kbpdggfm005xjmdljk83dcpvnx64f6m"; emacsOverlaySha256 = "02yxwls39cj02yw03b01hvg6h2fvk9k54adzqgi569mm7ld39rx8";
in in
{ {
home-manager.backupFileExtension = "nix-backup"; home-manager.backupFileExtension = "nix-backup";
nixpkgs = { nixpkgs = {
config = { config = {
@@ -27,6 +28,7 @@ in
++ [(import (builtins.fetchTarball { ++ [(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz"; url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
sha256 = emacsOverlaySha256; sha256 = emacsOverlaySha256;
}))]; }))
];
}; };
} }
+19 -45
View File
@@ -1,4 +1,4 @@
{ pkgs }: { pkgs, llm-agents }:
with pkgs; with pkgs;
[ [
@@ -6,6 +6,14 @@ with pkgs;
nixd nixd
mas mas
# X11
libx11
libxt
libxext
libxrender
libxrandr
xterm
# The Web Browsers # The Web Browsers
brave brave
firefox firefox
@@ -32,6 +40,8 @@ with pkgs;
minicom minicom
mtr mtr
ncdu ncdu
nodejs
fastfetch fastfetch
nixfmt nixfmt
openssh openssh
@@ -144,8 +154,6 @@ with pkgs;
# LLM # LLM
ollama ollama
# Social # Social
pidgin pidgin
@@ -155,46 +163,6 @@ with pkgs;
cargo cargo
platformio-core platformio-core
# (vscode-with-extensions.override {
# vscodeExtensions =
# with vscode-extensions;
# [https://github.com/dustinlyons/nixos-config/
# #bbenoist.nix
# jnoortheen.nix-ide
# ms-python.python
# ms-azuretools.vscode-docker
# # ms-vscode-remote.remote-ssh
# eamodio.gitlens
# james-yu.latex-workshop
# ]
# ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
# # {
# # name = "remote-ssh-edit";
# # publisher = "ms-vscode-remote";
# # version = "0.47.2";
# # sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
# # }
# {
# name = "cpptools";
# publisher = "ms-vscode";
# version = "1.26.1";
# sha256 = "sha256-uVE7sEO8XN3ArFpElUw25/BKyCOzF1EmZ5nHBkdoL/0=";
# }
# {
# name = "minifyall";
# publisher = "josee9988";
# version = "2.10.0";
# sha256 = "sha256-cH5x8fUN0n+hO1b3lNzau2MnyeYmsD0ZXAYGxCQjT0Y=";
# }
# {
# name = "platformio-ide";
# publisher = "platformio";
# version = "3.3.4";
# sha256 = "sha256-qfNz4IYjCmCMFLtAkbGTW5xnsVT8iDnFWjrgkmr2Slk=";
# }
# ];
# })
# XML, Tex and LaTex # XML, Tex and LaTex
mdbook mdbook
@@ -214,7 +182,7 @@ with pkgs;
biblatex-apa6 biblatex-apa6
bibunits bibunits
catchfile catchfile
# cjk cjk
comment comment
courier courier
csquotes csquotes
@@ -257,5 +225,11 @@ with pkgs;
; ;
}) })
]
] ### Agents from https://github.com/numtide/llm-agents.nix
++ (with llm-agents.packages.${pkgs.stdenv.hostPlatform.system}; [
hermes-desktop
hermes-hud
])