tvl-depot/adho-configuration.nix

9 lines
182 B
Nix
Raw Normal View History

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