Skip to content

Commit

Permalink
fix(darwin): for some reason safari options are failing
Browse files Browse the repository at this point in the history
will try to figure them out at some other time
  • Loading branch information
caarlos0 committed Nov 27, 2023
1 parent 217a8a8 commit 4f4c2b3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions machines/supernova.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@
"WebKitDeveloperExtras" = true;
};
"com.apple.ImageCapture" = { "disableHotPlug" = true; };
"com.apple.Safari" = {
"IncludeInternalDebugMenu" = true;
"IncludeDevelopMenu" = true;
"WebKitDeveloperExtrasEnabledPreferenceKey" = true;
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled" =
true;
};
# "com.apple.Safari" = {
# "IncludeInternalDebugMenu" = true;
# "IncludeDevelopMenu" = true;
# "WebKitDeveloperExtrasEnabledPreferenceKey" = true;
# "com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled" =
# true;
# };
};
};
};
Expand Down
16 changes: 8 additions & 8 deletions modules/darwin/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ ... }: {
home.homeDirectory = "/Users/carlos";

targets.darwin.defaults = {
"com.apple.Safari.SandboxBroker".ShowDevelop = true;
"com.apple.Safari".AutoFillPasswords = false;
"com.apple.Safari".IncludeDevelopMenu = true;
"com.apple.Safari".ShowOverlayStatusBar = true;
"com.apple.Safari".AutoOpenSafeDownloads = false;
"com.apple.Safari".AutoFillCreditCardData = false;
};
# targets.darwin.defaults = {
# "com.apple.Safari.SandboxBroker".ShowDevelop = true;
# "com.apple.Safari".AutoFillPasswords = false;
# "com.apple.Safari".IncludeDevelopMenu = true;
# "com.apple.Safari".ShowOverlayStatusBar = true;
# "com.apple.Safari".AutoOpenSafeDownloads = false;
# "com.apple.Safari".AutoFillCreditCardData = false;
# };

services = {
discord-applemusic-rich-presence.enable = true;
Expand Down

0 comments on commit 4f4c2b3

Please sign in to comment.