tvl-depot/adho-configuration.nix

8 lines
146 B
Nix
Raw Normal View History

# Local configuration for 'adho' (Thinkpad T470s)
{ config, ...}:
{
networking.hostName = "adho";
services.xserver.libinput.enable = true;
}