nix/graphical/input.nix
2026-02-16 11:32:22 +11:00

4 lines
73 B
Nix

_: {
services.libinput.enable = true;
console.useXkbConfig = true;
}