enable redshift

This commit is contained in:
Andreas Zweili 2021-11-27 16:53:22 +01:00
parent 74e30961a5
commit 7e0f7e16eb
2 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,12 @@
efi.canTouchEfiVariables = true;
};
# The rough location
location = {
latitude = 46.948;
longitude = 7.447;
};
# Set your time zone.
time.timeZone = "Europe/Zurich";

View File

@ -20,6 +20,9 @@
services = {
autorandr.enable = true;
printing.enable = true;
redshift = {
enable = true;
};
};
# Enable the X11 windowing system.