Unstable update and Firefox tweaks

Try fixing some of the Firefox things, but don't succeed
This commit is contained in:
Greg Hellings
2024-10-22 10:18:01 -05:00
parent 7c7a5d4a27
commit d173fd578b
4 changed files with 20 additions and 24 deletions
-4
View File
@@ -10,9 +10,6 @@ let
excludes = systems: opts: (if (builtins.all (x: pkgs.system != x) systems) then opts else [ ]);
# For now, we ignore this and don't install it
ffPkgs = pkgs.firefox.override { cfg.enableGnomeExtensions = true; };
vars = {
XDG_CURRENT_DESKTOP = "GNOME";
};
@@ -70,7 +67,6 @@ in
programs.firefox = {
enable = (!pkgs.stdenv.hostPlatform.isDarwin);
package = ffPkgs;
policies = {
DisableAppUpdate = true;
};