diff --git a/CHANGELOG.md b/CHANGELOG.md index 53107fd..e267612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/nixos/configuration.nix b/lib/nixos/configuration.nix index bb9a303..8c982db 100644 --- a/lib/nixos/configuration.nix +++ b/lib/nixos/configuration.nix @@ -316,6 +316,7 @@ in programs.firefox = { enable = true; + package = pkgs.firefox-wayland; languagePacks = [ "en-GB" ]; preferences = { "intl.accept_languages" = "en-GB, en";