mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:56:12 +01:00
12 lines
145 B
Nix
12 lines
145 B
Nix
{
|
|
services.wlsunset = {
|
|
enable = true;
|
|
gamma = 0.8;
|
|
|
|
sunrise = "7:00";
|
|
sunset = "21:00";
|
|
|
|
temperature.night = 4000;
|
|
};
|
|
}
|