Compare commits

..

2 Commits

Author SHA1 Message Date
Nathan McCarty a28511e9da
Add zulip and slack 2023-07-28 04:23:49 -04:00
Nathan McCarty b741e767e6
Add cura 2023-07-28 04:23:49 -04:00
2 changed files with 12 additions and 2 deletions

View File

@ -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"; }
];
};
}

View File

@ -112,6 +112,8 @@ in {
{ name = "orangedrangon-android-messages"; }
{ name = "messenger"; }
{ name = "whalebird"; }
{ name = "slack"; }
{ name = "zulip"; }
])
# Unconditionally install core utilites
[