chore: disable wlsunset, remove unused bindings
This commit is contained in:
parent
f235caf25d
commit
622a62c003
1 changed files with 1 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue