Try firefox-wayland

This commit is contained in:
Oliver Davies 2024-06-11 23:45:00 +01:00
parent 9f33af70a3
commit 1869c6b223
2 changed files with 2 additions and 0 deletions

View file

@ -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.

View file

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