Enable wlsunset
This commit is contained in:
parent
56939a78de
commit
c2846ce061
|
@ -42,6 +42,16 @@
|
||||||
adaptive_sync = "on";
|
adaptive_sync = "on";
|
||||||
};
|
};
|
||||||
nki.programs.kitty.fontSize = 16;
|
nki.programs.kitty.fontSize = 16;
|
||||||
|
|
||||||
|
# Yellow light!
|
||||||
|
services.wlsunset = {
|
||||||
|
enable = true;
|
||||||
|
# Waterloo
|
||||||
|
latitude = "43.3";
|
||||||
|
longitude = "-80.3";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# linux.graphical.x11.hidpi = true;
|
# linux.graphical.x11.hidpi = true;
|
||||||
# linux.graphical.x11.enablei3 = true;
|
# linux.graphical.x11.enablei3 = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue