Skip to content

Commit 564898a

Browse files
committed
show develop menu in safari
1 parent 61c5e33 commit 564898a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

hosts/macbook/system.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
DSDontWriteNetworkStores = true;
2828
DSDontWriteUSBStores = true;
2929
};
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+
};
3036
};
3137
};
3238

0 commit comments

Comments
 (0)