about summary refs log blame commit diff
path: root/adho-configuration.nix
blob: ae7ac5e0060fb8ca85bf8da2d6212c05a05eeec0 (plain) (tree)
1
2
3
4
5
6
7






                                                 
# Local configuration for 'adho' (Thinkpad T470s)
{ config, ...}:

{
  networking.hostName = "adho";
  services.xserver.libinput.enable = true;
}