1 parent 61c5e33 commit 564898aCopy full SHA for 564898a
1 file changed
hosts/macbook/system.nix
@@ -27,6 +27,12 @@
27
DSDontWriteNetworkStores = true;
28
DSDontWriteUSBStores = true;
29
};
30
+ "com.apple.Safari" = {
31
+ # show the Develop menu in the menu bar
32
+ IncludeDevelopMenu = true;
33
+ WebKitDeveloperExtrasEnabledPreferenceKey = true;
34
+ "com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled" = true;
35
+ };
36
37
38
0 commit comments