nixfiles/profiles/laptop/default.nix

4 lines
64 B
Nix
Raw Normal View History

2021-12-20 23:48:26 +00:00
{ config, ... }: {
services.xserver.libinput.enable = true;
}