1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-06 00:53:34 +00:00
This commit is contained in:
Benno Bielmeier 2025-03-26 09:26:50 -04:00 committed by GitHub
commit 2e17992356
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,8 @@ in {
programs.newsboat = {
enable = mkEnableOption "the Newsboat feed reader";
package = mkPackageOption pkgs "newsboat" { };
urls = mkOption {
type = types.listOf (types.submodule {
options = {
@ -132,7 +134,7 @@ in {
'';
}];
home.packages = [ pkgs.newsboat ];
home.packages = [ cfg.package ];
# Use ~/.newsboat on stateVersion < 21.05 and use ~/.config/newsboat for
# stateVersion >= 21.05.