wayland: enable wlsunset
This commit is contained in:
parent
2726426c12
commit
eb4132afec
1 changed files with 9 additions and 0 deletions
|
@ -7,4 +7,13 @@ _: {
|
||||||
systemdIntegration = true;
|
systemdIntegration = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
};
|
};
|
||||||
|
services.wlsunset = {
|
||||||
|
enable = true;
|
||||||
|
latitude = "40.712776";
|
||||||
|
longitude = "-74.005974";
|
||||||
|
temperature = {
|
||||||
|
day = 6500;
|
||||||
|
night = 3200;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue