wayland: add wlsunset
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Has been cancelled
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Has been cancelled
This commit is contained in:
parent
c511f450df
commit
19423d7465
1 changed files with 11 additions and 0 deletions
11
home/wayland/wlsunset.nix
Normal file
11
home/wayland/wlsunset.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
_: {
|
||||||
|
services.wlsunset = {
|
||||||
|
enable = false;
|
||||||
|
latitude = "40.712776";
|
||||||
|
longitude = "-74.005974";
|
||||||
|
temperature = {
|
||||||
|
day = 6500;
|
||||||
|
night = 3200;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue