Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan McCarty b1fcc22eef
Add eqmac to mac 2023-03-30 16:25:34 -04:00
Nathan McCarty 91ee8e142e
Remove blackhole 2023-03-30 16:24:02 -04:00
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ let np = config.nathan.programs;
in with lib; { in with lib; {
# Install media applications # Install media applications
config = mkIf np.media.enable { config = mkIf np.media.enable {
homebrew.casks = homebrew.casks = [ { name = "eqmac"; } { name = "deadbeef-nightly"; } ];
[ { name = "blackhole-2ch"; } { name = "deadbeef-nightly"; } ];
}; };
} }