fix(adho): Move 'light' config to adho local
This commit is contained in:
parent
28feb4bc92
commit
f771c2a643
2 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,5 @@
|
|||
networking.hostName = "adho";
|
||||
networking.connman.enable = true;
|
||||
services.xserver.libinput.enable = true;
|
||||
programs.light.enable = true;
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue