From c2846ce061d9d92e36b2a00e0ddfefb1eab8942a Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Wed, 13 Jul 2022 22:01:57 -0400 Subject: [PATCH] Enable wlsunset --- home/kagami-pc-home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home/kagami-pc-home.nix b/home/kagami-pc-home.nix index 8218f57..8ec44f7 100644 --- a/home/kagami-pc-home.nix +++ b/home/kagami-pc-home.nix @@ -42,6 +42,16 @@ adaptive_sync = "on"; }; 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.enablei3 = true;