diff options
| author | Fuwn <[email protected]> | 2025-06-04 04:42:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-04 04:42:10 -0700 |
| commit | 65f15a69bc1c0eee00d717f763dce62b1a057e79 (patch) | |
| tree | d6d64d88b2cb2980ce6623a2bc958d1e02c30238 | |
| parent | Nara: Update MAS apps (diff) | |
| download | nixos-config-65f15a69bc1c0eee00d717f763dce62b1a057e79.tar.xz nixos-config-65f15a69bc1c0eee00d717f763dce62b1a057e79.zip | |
Nara: Re-enable MAS management
| -rw-r--r-- | modules/mac/programs/homebrew/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mac/programs/homebrew/default.nix b/modules/mac/programs/homebrew/default.nix index 65aa497..f8109ef 100644 --- a/modules/mac/programs/homebrew/default.nix +++ b/modules/mac/programs/homebrew/default.nix @@ -2,7 +2,7 @@ { imports = [ ./packages - # ./mas-apps.nix + ./mas-apps.nix ./nix-homebrew.nix ]; |