mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 11:06:11 +01:00
11
home/system/wlsunset.nix
Normal file
11
home/system/wlsunset.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
services.wlsunset = {
|
||||
enable = true;
|
||||
gamma = 0.8;
|
||||
|
||||
sunrise = "7:00";
|
||||
sunset = "19:00";
|
||||
|
||||
temperature.night = 4000;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user