summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mac/programs/homebrew')
-rw-r--r--modules/mac/programs/homebrew/casks.nix2
-rw-r--r--modules/mac/programs/homebrew/default.nix2
-rw-r--r--modules/mac/programs/homebrew/nix-homebrew.nix1
3 files changed, 2 insertions, 3 deletions
diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix
index b1d99e3..87a18c8 100644
--- a/modules/mac/programs/homebrew/casks.nix
+++ b/modules/mac/programs/homebrew/casks.nix
@@ -38,7 +38,7 @@
"raindropio"
"raycast"
"sony-ps-remote-play"
- "retroarch"
+ # "retroarch"
"roblox"
# "textual"
"spotify"
diff --git a/modules/mac/programs/homebrew/default.nix b/modules/mac/programs/homebrew/default.nix
index cc738c7..3d53a35 100644
--- a/modules/mac/programs/homebrew/default.nix
+++ b/modules/mac/programs/homebrew/default.nix
@@ -2,7 +2,7 @@
imports = [
./brews.nix
./casks.nix
- ./mas-apps.nix
+ # ./mas-apps.nix
./nix-homebrew.nix
];
diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix
index 2a3db8a..5903803 100644
--- a/modules/mac/programs/homebrew/nix-homebrew.nix
+++ b/modules/mac/programs/homebrew/nix-homebrew.nix
@@ -10,7 +10,6 @@
"artginzburg/homebrew-tap" = artginzburg-homebrew-tap;
"homebrew/homebrew-core" = homebrew-core;
"homebrew/homebrew-cask" = homebrew-cask;
- "homebrew/homebrew-bundle" = homebrew-bundle;
"nerdsupremacist/homebrew-tap" = nerdsupremacist-homebrew-tap;
"nikitabobko/homebrew-tap" = nikitabobko-homebrew-tap;
"tuist/homebrew-tuist" = tuist-homebrew-tap;