summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-01 01:24:06 -0800
committerFuwn <[email protected]>2025-01-01 01:24:06 -0800
commit7dcaead70161a48311c8cef4a70f3727b5de976a (patch)
tree150ec9c85db16e61efe916f6ae5e56ad164de9f0 /modules/mac/programs/homebrew/default.nix
parentnara: overhaul (diff)
downloadnixos-config-7dcaead70161a48311c8cef4a70f3727b5de976a.tar.xz
nixos-config-7dcaead70161a48311c8cef4a70f3727b5de976a.zip
nara: add all mas apps
Diffstat (limited to 'modules/mac/programs/homebrew/default.nix')
-rw-r--r--modules/mac/programs/homebrew/default.nix39
1 files changed, 8 insertions, 31 deletions
diff --git a/modules/mac/programs/homebrew/default.nix b/modules/mac/programs/homebrew/default.nix
index bbce658..7883095 100644
--- a/modules/mac/programs/homebrew/default.nix
+++ b/modules/mac/programs/homebrew/default.nix
@@ -1,33 +1,10 @@
{
- imports = [ ./nix-homebrew.nix ];
-
- homebrew = {
- enable = true;
-
- brews = [
- "swiftlint"
- "gpg"
- "pinentry-mac"
- "sudo-touchid"
- "appwrite"
- "graphaello"
- "mas"
- ];
-
- casks = [
- "alt-tab"
- "iina"
- "aerospace"
- ];
-
- masApps = {
- "Week Number" = 6502579523;
- "Second Clock" = 6450279539;
- "Day Progress" = 6450280202;
- Speediness = 1596706466;
- Gifski = 1351639930;
- "HEIC Converter" = 1294126402;
- Plash = 1494023538;
- };
- };
+ imports = [
+ ./brews.nix
+ ./casks.nix
+ ./mas.nix
+ ./nix-homebrew.nix
+ ];
+
+ homebrew.enable = true;
}