diff options
author | Soispha <soispha@vhack.eu> | 2023-10-22 00:42:02 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-22 00:42:02 +0200 |
commit | dc4408529f6eaee0c60dc9bc7c447fb32e28cc73 (patch) | |
tree | 9f04c3f65855e40777b2abc72d2b1d230caa8280 /hm | |
parent | fix(hm/conf/firefox/scr/extensions): Add sane 'default_area's (diff) | |
download | nixos-config-dc4408529f6eaee0c60dc9bc7c447fb32e28cc73.tar.gz nixos-config-dc4408529f6eaee0c60dc9bc7c447fb32e28cc73.zip |
fix(hm/conf/firefox/conf/policies): Explicitly enable devtools
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/firefox/config/policies/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hm/soispha/conf/firefox/config/policies/default.nix b/hm/soispha/conf/firefox/config/policies/default.nix index 401d8778..5acd1a19 100644 --- a/hm/soispha/conf/firefox/config/policies/default.nix +++ b/hm/soispha/conf/firefox/config/policies/default.nix @@ -73,6 +73,8 @@ in { # I don't want to lose my data DisableProfileRefresh = true; + DisableDeveloperTools = false; + DisplayBookmarksToolbar = "newtab"; DisplayMenuBar = "default-off"; |