screenshit

This commit is contained in:
TheCrazyInsanity
2026-05-01 07:44:04 -04:00
parent 43020e5b51
commit 34aab3550d
4 changed files with 26 additions and 10 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.