wip multitouch gestures
This commit is contained in:
parent
9cd555cfc9
commit
c305b70f83
1 changed files with 10 additions and 0 deletions
|
@ -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.enableDefaultFonts = true;
|
||||||
fonts.fontconfig.antialias = true;
|
fonts.fontconfig.antialias = true;
|
||||||
|
@ -122,6 +131,7 @@ in {
|
||||||
solaar
|
solaar
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
|
||||||
|
gebaar-libinput
|
||||||
wdisplays
|
wdisplays
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
xdg_utils
|
xdg_utils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue