mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 08:14:58 +08:00
9 lines
121 B
Nix
9 lines
121 B
Nix
|
|
{ config, pkgs, ...}:
|
|
|
|
# Based on https://nixos.wiki/wiki/Redshift
|
|
{
|
|
services.redshift = {
|
|
enable = true;
|
|
};
|
|
}
|