{ config, lib, ... }: let cfg = config.reborn.wlsunset; in { options.reborn.wlsunset = { enable = lib.mkEnableOption "Reborn wlsunset config"; }; config = lib.mkIf cfg.enable { home-manager.users.minijackson.services.wlsunset = { enable = true; latitude = "48.864716"; longitude = "2.349014"; # Reduce blue light anyways temperature = { day = 4000; night = 2500; }; }; }; }