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