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;
in with lib; {
# Install media applications
config = mkIf np.media.enable {
homebrew.casks =
[ { name = "blackhole-2ch"; } { name = "deadbeef-nightly"; } ];
};
config =
mkIf np.media.enable { homebrew.casks = [{ name = "deadbeef-nightly"; }]; };
}