This commit is contained in:
Miguel Palhas
2025-10-13 10:19:44 +01:00
parent b431113faf
commit edad4122b0
3 changed files with 16 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
{
lib,
config,
pkgs,
...
}:
{
home.packages = with pkgs; [
blender
prusa-slicer
];
}