Add eqmac to mac

This commit is contained in:
Nathan McCarty 2023-03-30 16:25:34 -04:00
parent 91ee8e142e
commit b1fcc22eef
No known key found for this signature in database
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
let np = config.nathan.programs; let np = config.nathan.programs;
in with lib; { in with lib; {
# Install media applications # Install media applications
config = config = mkIf np.media.enable {
mkIf np.media.enable { homebrew.casks = [{ name = "deadbeef-nightly"; }]; }; homebrew.casks = [ { name = "eqmac"; } { name = "deadbeef-nightly"; } ];
};
} }