Merge branch 'master' of 192.168.1.126:TheCrazyInsanity/nixos-configv3
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user