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.hostName = "adho";
|
||||||
networking.connman.enable = true;
|
networking.connman.enable = true;
|
||||||
services.xserver.libinput.enable = true;
|
services.xserver.libinput.enable = true;
|
||||||
|
programs.light.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,6 @@ in {
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
programs.light.enable = true;
|
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Oslo";
|
time.timeZone = "Europe/Oslo";
|
||||||
|
|
Loading…
Add table
Reference in a new issue