From b2ee9df4b7ca56f08e9dfccc69784e7e834be808 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 26 Mar 2021 23:53:07 -0400 Subject: [PATCH] gnome: patch mutter by default --- modules/fix-gnome-mouse-lag.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/fix-gnome-mouse-lag.nix b/modules/fix-gnome-mouse-lag.nix index 5a3c3e0..d878945 100644 --- a/modules/fix-gnome-mouse-lag.nix +++ b/modules/fix-gnome-mouse-lag.nix @@ -3,7 +3,11 @@ let cfg = config.sconfig.fix-gnome-mouse-lag; in { - options.sconfig.fix-gnome-mouse-lag = lib.mkEnableOption "Reduce mouse latency on wayland"; + options.sconfig.fix-gnome-mouse-lag = lib.mkOption { + default = true; + type = lib.types.bool; + description = "Reduce mouse latency on wayland"; + }; config = lib.mkIf cfg { nixpkgs.overlays = [