Wlsunset: Difference between revisions

Phobos (talk | contribs)
Created a page for wlsunset
 
Klinger (talk | contribs)
 
(2 intermediate revisions by one other user not shown)
Line 7: Line 7:
];|name=/etc/nixos/configuration.nix|lang=nix}}
];|name=/etc/nixos/configuration.nix|lang=nix}}


== Home Manager ==
== Home Manager Configuration ==
Configuration options may be found in Home Manager options under [https://mynixos.com/home-manager/options/services.wlsunset services.wlsunset]. An example configuration:
Configuration options may be found in [https://nix-community.github.io/home-manager/options.xhtml#opt-services.wlsunset.enable Home Manager - services.wlsunset]. An example configuration:
{{File|3=services.wlsunset = {
{{File|3=services.wlsunset = {
   enable = true;
   enable = true;
Line 20: Line 20:
   sunset = "18:00";
   sunset = "18:00";


   gamma = 1.0;
   #gamma = 1.0;
    
    
   #For location based sunrise/sunset
   #For location based sunrise/sunset
Line 27: Line 27:
   #longitude = 91.7;
   #longitude = 91.7;
};|name=/etc/nixos/home.nix|lang=nix}}
};|name=/etc/nixos/home.nix|lang=nix}}
[[Category:Configuration]]
[[Category:Wayland]]