diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-08 17:09:53 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-08 17:09:53 -0500 |
| commit | cf6782680b604e54ed70368c915cba15ee06ff0b (patch) | |
| tree | bddde067a0bd9980f351fe9db0ad602502c4e74e /archetypes/collections | |
| parent | 1878d88f72f97e6cbcb050430895bb728a835600 (diff) | |
| download | nixos-cf6782680b604e54ed70368c915cba15ee06ff0b.tar.xz nixos-cf6782680b604e54ed70368c915cba15ee06ff0b.zip | |
Diffstat (limited to 'archetypes/collections')
| -rw-r--r-- | archetypes/collections/desktop/cad.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetypes/collections/desktop/cad.nix b/archetypes/collections/desktop/cad.nix index 6b2c26b..177228b 100644 --- a/archetypes/collections/desktop/cad.nix +++ b/archetypes/collections/desktop/cad.nix @@ -9,7 +9,7 @@ in { environment.systemPackages = with pkgs; [ blender freecad - prusa-slicer + orca-slicer ]; # TODO remove once #467783 is resolved environment.sessionVariables = { |
