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