diff --git a/modules/home-manager/services/matcha.nix b/modules/home-manager/services/matcha.nix index d68843b0..b7b81ee9 100644 --- a/modules/home-manager/services/matcha.nix +++ b/modules/home-manager/services/matcha.nix @@ -15,8 +15,8 @@ in The package containing the {command}`matcha` executable. ''; type = lib.types.package; - default = pkgs.matcha; - defaultText = "pkgs.matcha"; + default = pkgs.matcha-rss-digest; + defaultText = "pkgs.matcha-rss-digest"; }; settings = lib.mkOption {