diff --git a/modules/services/pyprland.nix b/modules/services/pyprland.nix index b58bd580c..e36ab3e61 100644 --- a/modules/services/pyprland.nix +++ b/modules/services/pyprland.nix @@ -4,7 +4,7 @@ let settingsFormat = pkgs.formats.toml { }; in with lib; { - meta.maintainers = [ maintainers.knoc-off ]; + meta.maintainers = [ hm.maintainers.knoc-off ]; options.services.pyprland = { enable = mkEnableOption "pyprland";