chore: disable wlsunset, remove unused bindings

This commit is contained in:
notohh 2023-03-31 18:39:00 -04:00
parent f235caf25d
commit 622a62c003
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,6 +1,4 @@
{ {
default,
pkgs,
... ...
}: { }: {
imports = [./config.nix]; imports = [./config.nix];
@ -11,7 +9,7 @@
}; };
services.wlsunset = { services.wlsunset = {
enable = true; enable = false; #not working on my nvidia card currently
latitude = "40.712776"; latitude = "40.712776";
longitude = "-74.005974"; longitude = "-74.005974";
temperature = { temperature = {