Merge branch 'master' of 192.168.1.126:TheCrazyInsanity/nixos-configv3

This commit is contained in:
2026-05-08 15:48:26 -04:00
3 changed files with 109 additions and 63 deletions

View File

@@ -6,6 +6,7 @@
config,
lib,
pkgs,
inputs,
...
}:
{
@@ -87,9 +88,9 @@
# List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options).
#environment.systemPackages = with pkgs; [
# cura-appimage # I want cura but not kicad so i dont pull in fabrication
# ];
environment.systemPackages = [
inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.pi
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.