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