I'm getting washed out colors and can't record with obs Games look pretty bad as well, no support for hdr on anything other than mpv Signed-off-by: uttarayan21 <email@uttarayan.me>
13 lines
347 B
Nix
13 lines
347 B
Nix
{...}: {
|
|
programs.tuifeed = {
|
|
enable = true;
|
|
config = {
|
|
sources = {
|
|
"r/rust" = "https://www.reddit.com/r/rust/.rss";
|
|
"thesquareplanet" = "https://thesquareplanet.com/feed.xml";
|
|
"Jon Gjengset (YouTube)" = "https://www.youtube.com/feeds/videos.xml?channel_id=UC_iD0xppBwwsrM9DegC5cQQ";
|
|
};
|
|
};
|
|
};
|
|
}
|