mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
home-manager/services/matcha: fix package name
This commit is contained in:
parent
58adcd4047
commit
4617721161
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user