diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-06 18:51:59 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-06 18:51:59 +0200 |
| commit | a1f7f43c95c049628e826856ec589b339cd4f5db (patch) | |
| tree | a0f5bb10fc36f02ad6dbaebf1232ca2548f9ccfa /home/config/redshift.nix | |
initial commit
Diffstat (limited to 'home/config/redshift.nix')
| -rw-r--r-- | home/config/redshift.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/home/config/redshift.nix b/home/config/redshift.nix new file mode 100644 index 0000000..e670c05 --- /dev/null +++ b/home/config/redshift.nix @@ -0,0 +1,15 @@ +{ ... }: + +{ + services.redshift = { + enable = true; + tray = true; + temperature = { + day = 2500; + night = 2500; + }; + latitude = "48.856614"; + longitude = "2.3522219"; + settings = { redshift = { transition = 0; }; }; + }; +} |
