From 46177211619f05a8bd4646c5eb21fe2284d9b507 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 19 Nov 2024 09:37:06 +0800 Subject: [PATCH] home-manager/services/matcha: fix package name --- modules/home-manager/services/matcha.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {