feat: disable unused stuff

This commit is contained in:
uttarayan21
2025-08-09 15:26:00 +05:30
parent 0d4a856cdc
commit 292749e5c9
7 changed files with 48 additions and 38 deletions

View File

@@ -17,7 +17,7 @@ in {
type = attrsOf str;
default = {};
description = ''
Urls that will be fetched ~/.config/tuifeed/urls.yml
Sources that will be fetched
'';
example = {};
};
@@ -29,7 +29,7 @@ in {
"show-timestamp" = true;
};
description = ''
Urls that will be fetched ~/.config/tuifeed/urls.yml
Options for article titles, such as showing the author and timestamp.
'';
example = {};
};