Add 3d printing tools
This commit is contained in:
parent
9c5c1adaac
commit
f042ecc70f
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ in {
|
|||
./features/desktop/awesome
|
||||
./features/games
|
||||
./features/coding
|
||||
./features/desktop/common/3d-printing.nix
|
||||
inputs.nix-colors.homeManagerModules.default
|
||||
];
|
||||
|
||||
|
|
3
home/features/desktop/common/3d-printing.nix
Normal file
3
home/features/desktop/common/3d-printing.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [freecad cura super-slicer];
|
||||
}
|
Loading…
Reference in a new issue