8 lines
117 B
Nix
8 lines
117 B
Nix
{pkgs, ...}:
|
|
|
|
{
|
|
services = {
|
|
libinput.enable = true;
|
|
xserver.modules = [ pkgs.xf86-input-libinput ];
|
|
};
|
|
} |