Remove blackhole
This commit is contained in:
parent
229a0e1f94
commit
91ee8e142e
|
@ -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"; } ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue