Move redshift configuration

This commit is contained in:
Oliver Davies 2025-07-27 23:27:36 +01:00
parent e86ee0fce1
commit 96b431de55
4 changed files with 8 additions and 51 deletions

8
modules2/redshift.nix Normal file
View file

@ -0,0 +1,8 @@
{
flake.modules.homeManager.gui.services.redshift = {
enable = true;
latitude = "51.58";
longitude = "-2.99";
};
}