Compare commits
No commits in common. "b1fcc22eefca60619607068cebae543e38dcfebd" and "229a0e1f94e8333c86e07b8a0193ce940af17e8d" have entirely different histories.
b1fcc22eef
...
229a0e1f94
|
@ -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"; } ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue