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

@@ -93,10 +93,10 @@
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
nix.settings = {
substituters = [ "https://cache.nixos-cuda.org" ];
trusted-public-keys = [ "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" ];
};
# nix.settings = {
# substituters = [ "https://cache.nixos-cuda.org" ];
# trusted-public-keys = [ "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" ];
# };
system.stateVersion = "24.11"; # No touchy
}

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.