Try firefox-wayland
This commit is contained in:
parent
9f33af70a3
commit
1869c6b223
|
@ -10,6 +10,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Switch to `firefox-wayland`.
|
||||||
- Updated background colour in the tmux status bar.
|
- Updated background colour in the tmux status bar.
|
||||||
- Switch from NixOS unstable to 24.05.
|
- Switch from NixOS unstable to 24.05.
|
||||||
|
|
||||||
|
|
|
@ -316,6 +316,7 @@ in
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.firefox-wayland;
|
||||||
languagePacks = [ "en-GB" ];
|
languagePacks = [ "en-GB" ];
|
||||||
preferences = {
|
preferences = {
|
||||||
"intl.accept_languages" = "en-GB, en";
|
"intl.accept_languages" = "en-GB, en";
|
||||||
|
|
Loading…
Reference in a new issue