Add cura
This commit is contained in:
parent
fc47f89c4a
commit
b741e767e6
|
@ -2,6 +2,14 @@
|
|||
let np = config.nathan.programs;
|
||||
in with lib; {
|
||||
# Install media applications
|
||||
config =
|
||||
mkIf np.creative.enable { homebrew.casks = [{ name = "inkscape"; }]; };
|
||||
config = mkIf np.creative.enable {
|
||||
homebrew.casks = [
|
||||
# Inkscape
|
||||
{
|
||||
name = "inkscape";
|
||||
}
|
||||
# 3dprinting
|
||||
{ name = "ultimaker-cura"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue