Strengthen Firefox

This commit is contained in:
greg-compass
2022-11-30 10:36:57 -06:00
parent 20b37bd47c
commit b8b3a2b86c
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
let
# For now, we ignore this and don't install it
ffPkgs = if ( lib.hasSuffix "-darwin" pkgs.system )
ffPkgs = if ( pkgs.stdenv.hostPlatform.isDarwin )
then pkgs.firefox-bin
else pkgs.firefox-wayland.override { cfg.enableGnomeExtensions = true; };