From c305b70f834047155043f579cd252e35955d375b Mon Sep 17 00:00:00 2001 From: foosinn Date: Fri, 8 Oct 2021 00:32:34 +0200 Subject: [PATCH] wip multitouch gestures --- roles/desktop.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/desktop.nix b/roles/desktop.nix index e86d8aa..42bd933 100644 --- a/roles/desktop.nix +++ b/roles/desktop.nix @@ -59,6 +59,15 @@ in { }; }; }; + services.udev.packages = [ + (pkgs.writeTextFile { + name = "uinput.rules"; + text = '' + KERNEL=="uinput", GROUP="users", MODE="0660", OPTIONS+="static_node=uinput" + ''; + destination = "/etc/udev/rules.d/80-uinput.rules"; + }) + ]; fonts.enableDefaultFonts = true; fonts.fontconfig.antialias = true; @@ -122,6 +131,7 @@ in { solaar gdk-pixbuf + gebaar-libinput wdisplays wl-clipboard xdg_utils