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