Compare commits

..

No commits in common. "a28511e9dabeb63b7c93b8323bbdaea5442082f2" and "fc47f89c4a26c0caf8d6f7f28c2a01cc4fdfee5e" have entirely different histories.

2 changed files with 2 additions and 12 deletions

View File

@ -2,14 +2,6 @@
let np = config.nathan.programs;
in with lib; {
# Install media applications
config = mkIf np.creative.enable {
homebrew.casks = [
# Inkscape
{
name = "inkscape";
}
# 3dprinting
{ name = "ultimaker-cura"; }
];
};
config =
mkIf np.creative.enable { homebrew.casks = [{ name = "inkscape"; }]; };
}

View File

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