Gammastep: Difference between revisions
m Updated Gammastep Page |
Changed filename from home.nix to configuration.nix. |
||
| (One intermediate revision by one other user not shown) | |||
| Line 51: | Line 51: | ||
You can choose to use Gammastep with location based screen temperature to match when the sun actually sets and rises in your area. Below are examples of those options using [https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home Geoclue] and manually set coordinates. | You can choose to use Gammastep with location based screen temperature to match when the sun actually sets and rises in your area. Below are examples of those options using [https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home Geoclue] and manually set coordinates. | ||
==== Geoclue | ==== Geoclue ==== | ||
Geoclue provides location using GPS, 3G modems, GeoIP, and WiFi Geolocation. Some integrations may require additional setup.{{File|3=services.gammastep = { | Geoclue provides location using GPS, 3G modems, GeoIP, and WiFi Geolocation. Some integrations may require additional setup.{{File|3=services.gammastep = { | ||
enable = true; | enable = true; | ||
| Line 58: | Line 58: | ||
You will also need to enable Geoclue in your global configuration [[Geoclue|(See options on the Geoclue page)]]. | You will also need to enable Geoclue in your global configuration [[Geoclue|(See options on the Geoclue page)]]. | ||
{{File|3=services.geoclue2.enable = true; | {{File|3=services.geoclue2.enable = true; | ||
location.provider = "geoclue2";|name=/etc/nixos/ | location.provider = "geoclue2";|name=/etc/nixos/configuration.nix|lang=nix}} | ||
==== Coordinates | ==== Coordinates ==== | ||
{{File|3=services.gammastep = { | {{File|3=services.gammastep = { | ||
enable = true; | enable = true; | ||