nix-config/modules/redshift.nix

9 lines
132 B
Nix
Raw Normal View History

2025-07-27 23:27:36 +01:00
{
flake.modules.homeManager.gui.services.redshift = {
enable = true;
latitude = "51.58";
longitude = "-2.99";
};
}