From a46d4990f403f190a72d3db32b6d2255448d02be Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 26 Aug 2021 19:16:26 +0200 Subject: [PATCH] firefox: Use unstable and sessionVariables --- modules/programs/firefox/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/programs/firefox/default.nix b/modules/programs/firefox/default.nix index 72b5c54..3500f72 100644 --- a/modules/programs/firefox/default.nix +++ b/modules/programs/firefox/default.nix @@ -3,13 +3,12 @@ { config = { environment = { - systemPackages = with pkgs; [ firefox-wayland tor-browser-bundle-bin ]; + systemPackages = with pkgs; [ unstable.firefox-wayland tor-browser-bundle-bin ]; # Deploy a Firefox policy to set the search engine and do some other things etc."firefox/policies/policies.json".source = ./policies.json; - variables = { - # TODO: Use pam_environment once I figure out how to enable it. + sessionVariables = { # Enable multi-touch... "MOZ_USE_XINPUT2" = "1"; # ... and Wayland