add slicer and blender
This commit is contained in:
parent
8829025259
commit
894db32c3e
2 changed files with 4 additions and 2 deletions
4
users/josh/home_manager/blender.nix
Normal file
4
users/josh/home_manager/blender.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = [ pkgs.blender ];
|
||||||
|
}
|
|
@ -2,5 +2,3 @@
|
||||||
{
|
{
|
||||||
home.packages = [ pkgs.prusa-slicer ];
|
home.packages = [ pkgs.prusa-slicer ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue