From 5e8d2ba032d4238d6cf366d18ce4f33b10f0b52a Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 14 Sep 2023 17:20:56 +0200 Subject: [PATCH] Enhance firefox wayland behaviour Signed-off-by: Tristan Druyen --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 3630df4..1795920 100644 --- a/configuration.nix +++ b/configuration.nix @@ -90,6 +90,10 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; + environment.sessionVariables = { + MOZ_USE_XINPUT2 = "1"; + }; + environment.systemPackages = with pkgs; [ curl emacs