Switch from firefox-devedition
This commit is contained in:
parent
1e352cef03
commit
1303a30796
|
@ -259,7 +259,6 @@ in {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
languagePacks = ["en-GB"];
|
languagePacks = ["en-GB"];
|
||||||
package = pkgs.firefox-devedition;
|
|
||||||
preferences = {
|
preferences = {
|
||||||
"intl.accept_languages" = "en-GB, en";
|
"intl.accept_languages" = "en-GB, en";
|
||||||
"intl.regional_prefs.use_os_locales" = true;
|
"intl.regional_prefs.use_os_locales" = true;
|
||||||
|
|
|
@ -30,7 +30,7 @@ in {
|
||||||
keybindings = inputs.nixpkgs.lib.mkOptionDefault {
|
keybindings = inputs.nixpkgs.lib.mkOptionDefault {
|
||||||
"${modifier}+d" = "exec ${pkgs.rofi}/bin/rofi -show drun";
|
"${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}+Shift+f" = "exec ${pkgs.xfce.thunar}/bin/thunar";
|
||||||
"${modifier}+Tab" = "workspace back_and_forth";
|
"${modifier}+Tab" = "workspace back_and_forth";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue