Add 3d printing tools

This commit is contained in:
GHOSCHT 2024-02-04 20:48:28 +01:00
parent 9c5c1adaac
commit f042ecc70f
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,7 @@ in {
./features/desktop/awesome
./features/games
./features/coding
./features/desktop/common/3d-printing.nix
inputs.nix-colors.homeManagerModules.default
];

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [freecad cura super-slicer];
}