diff --git a/modules/services/wlsunset.nix b/modules/services/wlsunset.nix index 28e595af..373d77f2 100644 --- a/modules/services/wlsunset.nix +++ b/modules/services/wlsunset.nix @@ -5,7 +5,7 @@ with lib; let cfg = config.services.wlsunset; in { - meta.maintainers = [ maintainers.matrss ]; + meta.maintainers = [ hm.maintainers.matrss ]; options.services.wlsunset = { enable = mkEnableOption "Whether to enable wlsunset.";