diff options
| author | seth <[email protected]> | 2023-07-25 03:54:09 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-25 03:54:09 -0400 |
| commit | 8e783490a915453658fcb78083e0b9a8ef6bb35c (patch) | |
| tree | f8963f2a41a6d0108a51659a6dd8541474ccfc3e /modules/darwin | |
| parent | cc20c415eebe51a31fe79282d2c8f1854abbf4ae (diff) | |
hosts/caroline: add prismlauncher to casks
Diffstat (limited to 'modules/darwin')
| -rw-r--r-- | modules/darwin/desktop/homebrew.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/darwin/desktop/homebrew.nix b/modules/darwin/desktop/homebrew.nix index d1e3649..8c5aded 100644 --- a/modules/darwin/desktop/homebrew.nix +++ b/modules/darwin/desktop/homebrew.nix @@ -28,11 +28,10 @@ in { inherit name; args = {no_quarantine = true;}; }; - in - mkDefault [ - "firefox" - (lib.recursiveUpdate (noQuarantine "chromium") (skipSha "chromium")) - ]; + in [ + "firefox" + (lib.recursiveUpdate (noQuarantine "chromium") (skipSha "chromium")) + ]; }; }; } |
