From 1869c6b223f7b9e7ac256b0d7c3c0c5679a82945 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Tue, 11 Jun 2024 23:45:00 +0100
Subject: [PATCH] Try `firefox-wayland`

---
 CHANGELOG.md                | 1 +
 lib/nixos/configuration.nix | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53107fd6..e267612c 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 bb9a303e..8c982db1 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";