nixfiles/profiles/laptop/default.nix
ChaotiCryptidz 8c7bdaf9f7 I'm Sorry
2021-12-20 23:48:26 +00:00

4 lines
64 B
Nix

{ config, ... }: {
services.xserver.libinput.enable = true;
}