This commit is contained in:
TheCrazyInsanity
2026-03-13 16:16:56 +00:00
parent b085512775
commit 346b2eac88
4 changed files with 91 additions and 26 deletions

View File

@@ -87,10 +87,9 @@
# List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options).
# environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
# ];
environment.systemPackages = with pkgs; [
cura-appimage # I want cura but not kicad so i dont pull in fabrication
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.