dotfiles/home-modules/applications/gammastep.nix

14 lines
232 B
Nix

{ ... }:
{
services.gammastep = {
enable = true;
settings.general.brightness-night = "0.9";
temperature.day = 6300;
temperature.night = 5500;
latitude = "47.2";
longitude = "8.8";
tray = true;
};
}