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
|
||||
|
||||
- Switch to `firefox-wayland`.
|
||||
- Updated background colour in the tmux status bar.
|
||||
- Switch from NixOS unstable to 24.05.
|
||||
|
||||
|
|
|
@ -316,6 +316,7 @@ in
|
|||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
package = pkgs.firefox-wayland;
|
||||
languagePacks = [ "en-GB" ];
|
||||
preferences = {
|
||||
"intl.accept_languages" = "en-GB, en";
|
||||
|
|
Loading…
Reference in a new issue