home-manager/services/matcha: fix package name

This commit is contained in:
Gabriel Arazas 2024-11-19 09:37:06 +08:00
parent 58adcd4047
commit 4617721161
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -15,8 +15,8 @@ in
The package containing the {command}`matcha` executable. The package containing the {command}`matcha` executable.
''; '';
type = lib.types.package; type = lib.types.package;
default = pkgs.matcha; default = pkgs.matcha-rss-digest;
defaultText = "pkgs.matcha"; defaultText = "pkgs.matcha-rss-digest";
}; };
settings = lib.mkOption { settings = lib.mkOption {