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; let np = config.nathan.programs;
in with lib; { in with lib; {
# Install media applications # Install media applications
config = mkIf np.creative.enable { config =
homebrew.casks = [ mkIf np.creative.enable { homebrew.casks = [{ name = "inkscape"; }]; };
# Inkscape
{
name = "inkscape";
}
# 3dprinting
{ name = "ultimaker-cura"; }
];
};
} }

View File

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