This commit is contained in:
♥ Minnie ♥ 2024-09-20 20:24:55 +08:00
parent 1206380efd
commit 7203fc1ed9
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
51 changed files with 175 additions and 108 deletions

View file

@ -1,11 +1,11 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [
blender
freecad
kicad
openscad
unstable.prusa-slicer
unstable.blender
freecad # https://discourse.nixos.org/t/error-hash-mismatch-in-fixed-output-derivation/52353
unstable.kicad
unstable.openscad
prusa-slicer # Some error idk fix this later
];
};
}