Compare commits

..

No commits in common. "b1fcc22eefca60619607068cebae543e38dcfebd" and "229a0e1f94e8333c86e07b8a0193ce940af17e8d" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ 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 = [ { name = "eqmac"; } { name = "deadbeef-nightly"; } ]; homebrew.casks =
[ { name = "blackhole-2ch"; } { name = "deadbeef-nightly"; } ];
}; };
} }