From 69fb413028d769c4c97deb9760478c349ab71c2d Mon Sep 17 00:00:00 2001 From: zoe Date: Fri, 3 Feb 2023 10:35:11 +0100 Subject: [PATCH] scrolling in firefox??!?!??!?!?!?!?! --- configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3ea6f5d..b7a7873 100644 --- a/configuration.nix +++ b/configuration.nix @@ -140,7 +140,7 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; - + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. @@ -172,5 +172,9 @@ virtualisation.libvirtd.enable = true; programs.dconf.enable = true; - + + # vars + environment.variables = { + MOZ_USE_XINPUT2 DEFAULT=1 + }; }