summaryrefslogtreecommitdiff
path: root/modules/mac/homebrew/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mac/homebrew/default.nix')
-rw-r--r--modules/mac/homebrew/default.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/modules/mac/homebrew/default.nix b/modules/mac/homebrew/default.nix
deleted file mode 100644
index 5993a1a..0000000
--- a/modules/mac/homebrew/default.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- imports = [ ./nix-homebrew.nix ];
-
- homebrew = {
- enable = true;
-
- brews = [
- "swiftlint"
- "gpg"
- "pinentry-mac"
- "sudo-touchid"
- "appwrite"
- "graphaello"
- ];
-
- casks = [
- "alt-tab"
- "iina"
- "aerospace"
- ];
- };
-}