diff options
Diffstat (limited to 'modules/darwin/desktop.nix')
| -rw-r--r-- | modules/darwin/desktop.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/darwin/desktop.nix b/modules/darwin/desktop.nix index 7b439a9..6dd7e65 100644 --- a/modules/darwin/desktop.nix +++ b/modules/darwin/desktop.nix @@ -10,7 +10,7 @@ homebrew = { enable = lib.mkDefault true; - caskArgs.require_sha = true; + onActivation = lib.mkDefault { autoUpdate = true; cleanup = "zap"; @@ -19,6 +19,7 @@ caskArgs = { no_quarantine = true; + require_sha = false; }; casks = [ |
