Redshift: Difference between revisions

imported>Andriokha
Add basic description of setting up a location provider and the redshift service.
 
imported>Andriokha
It looks like you don't need to explicitly install packages needed for a service.
Line 13: Line 13:
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
{ config, pkgs, callPackage, ... }: {
{ config, pkgs, callPackage, ... }: {
  environment.systemPackages = with pkgs; [
    ...
    redshift
  ];
   ...
   ...
   # All values except 'enable' are optional.
   # All values except 'enable' are optional.