Switch from firefox-devedition

This commit is contained in:
Oliver Davies 2024-02-25 01:10:48 +00:00
parent 1e352cef03
commit 1303a30796
2 changed files with 1 additions and 2 deletions

View file

@ -259,7 +259,6 @@ in {
programs.firefox = {
enable = true;
languagePacks = ["en-GB"];
package = pkgs.firefox-devedition;
preferences = {
"intl.accept_languages" = "en-GB, en";
"intl.regional_prefs.use_os_locales" = true;

View file

@ -30,7 +30,7 @@ in {
keybindings = inputs.nixpkgs.lib.mkOptionDefault {
"${modifier}+d" = "exec ${pkgs.rofi}/bin/rofi -show drun";
"${modifier}+Shift+b" = "exec ${pkgs.firefox-devedition}/bin/firefox-devedition";
"${modifier}+Shift+b" = "exec ${pkgs.firefox}/bin/firefox";
"${modifier}+Shift+f" = "exec ${pkgs.xfce.thunar}/bin/thunar";
"${modifier}+Tab" = "workspace back_and_forth";