fix(adho): Move 'light' config to adho local

This commit is contained in:
Vincent Ambo 2017-10-15 20:01:07 +02:00
parent 28feb4bc92
commit f771c2a643
2 changed files with 1 additions and 1 deletions

View file

@ -6,4 +6,5 @@
networking.hostName = "adho";
networking.connman.enable = true;
services.xserver.libinput.enable = true;
programs.light.enable = true;
}

View file

@ -18,7 +18,6 @@ in {
boot.loader.efi.canTouchEfiVariables = true;
hardware.pulseaudio.enable = true;
programs.light.enable = true;
# Set your time zone.
time.timeZone = "Europe/Oslo";