Remove blackhole

This commit is contained in:
Nathan McCarty 2023-03-30 16:24:02 -04:00
parent 229a0e1f94
commit 91ee8e142e
No known key found for this signature in database
1 changed files with 2 additions and 4 deletions

View File

@ -2,8 +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.media.enable { config =
homebrew.casks = mkIf np.media.enable { homebrew.casks = [{ name = "deadbeef-nightly"; }]; };
[ { name = "blackhole-2ch"; } { name = "deadbeef-nightly"; } ];
};
} }