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
];
}
+1
View File
@@ -23,6 +23,7 @@
../common/features/xdg.nix
../common/features/bluetooth.nix
../common/features/ledger.nix
../common/features/3d.nix
./monitors.nix
];