Files
nixos/user/modules/gammastep.nix
T
2025-07-25 10:24:08 +02:00

13 lines
174 B
Nix

{ lib, ... }:
{
# night light
services.gammastep = {
enable = true;
provider = "geoclue2";
tray = true;
temperature = {
night = 2500;
};
};
}