nixos-configuration/home/redshift.nix

8 lines
115 B
Nix
Raw Normal View History

2022-02-15 15:44:40 +01:00
{ ... }: {
services.redshift = {
enable = true;
longitude = "49.01315";
latitude = "12.1119";
};
}