From 8e783490a915453658fcb78083e0b9a8ef6bb35c Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 25 Jul 2023 03:54:09 -0400 Subject: hosts/caroline: add prismlauncher to casks --- modules/darwin/desktop/homebrew.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'modules/darwin') 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")) + ]; }; }; } -- cgit v1.2.3