nixconf/hosts/laptop/default.nix
2025-08-13 21:03:31 -04:00

16 lines
176 B
Nix
Executable File

{
config,
pkgs,
inputs,
hostname,
...
}:
{
imports = [
../common-config.nix
./hardware-configuration.nix
];
services.xserver.libinput.enable = true;
}