From 9624dec47a1da905e229d77ae2ac85ea0b21a5ff Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 21 Oct 2022 11:49:46 +0800 Subject: [PATCH] nixops: use wayland versions of thunderbird and firefox --- nixops/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixops/desktop.nix b/nixops/desktop.nix index 1d2b17e..356b275 100644 --- a/nixops/desktop.nix +++ b/nixops/desktop.nix @@ -35,7 +35,7 @@ in nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ opensc yubikey-manager yubikey-manager-qt yubico-piv-tool - wget vim gitAndTools.gitFull sshfs firefox chromium thunderbird hexchat + wget vim gitAndTools.gitFull sshfs firefox-wayland chromium thunderbird-wayland hexchat usbutils pciutils uhubctl file lm_sensors audacious acpi gimp imagemagick (python3.withPackages(ps: with ps; [ numpy scipy matplotlib qtconsole regex ]))