This commit is contained in:
bug
2026-08-18 21:11:15 -05:00
parent c4220bc621
commit 1dffa3a0a2
23 changed files with 583 additions and 540 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
users.users.bug.packages = with pkgs; [
blender
plasticity
orca-slicer
#orca-slicer
];
};
};
+1 -1
View File
@@ -1,5 +1,5 @@
{ den, ... }: {
den.aspects.utilities = {
includes = with den.aspects; [ system-utils desktop-utils fonts sshuttle torrent ];
includes = with den.aspects; [ system-utils desktop-utils fonts sshuttle torrent cad ];
};
}