about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-22 00:42:02 +0200
committerSoispha <soispha@vhack.eu>2023-10-22 00:42:02 +0200
commitdc4408529f6eaee0c60dc9bc7c447fb32e28cc73 (patch)
tree9f04c3f65855e40777b2abc72d2b1d230caa8280 /hm
parentfix(hm/conf/firefox/scr/extensions): Add sane 'default_area's (diff)
downloadnixos-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.nix2
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";