Compare commits
No commits in common. "a28511e9dabeb63b7c93b8323bbdaea5442082f2" and "fc47f89c4a26c0caf8d6f7f28c2a01cc4fdfee5e" have entirely different histories.
a28511e9da
...
fc47f89c4a
|
@ -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"; }]; };
|
||||
}
|
||||
|
|
|
@ -112,8 +112,6 @@ in {
|
|||
{ name = "orangedrangon-android-messages"; }
|
||||
{ name = "messenger"; }
|
||||
{ name = "whalebird"; }
|
||||
{ name = "slack"; }
|
||||
{ name = "zulip"; }
|
||||
])
|
||||
# Unconditionally install core utilites
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue