feat: restructure and move apps into their own configs (#2)
This commit is contained in:
12
home/programs/tuifeed.nix
Normal file
12
home/programs/tuifeed.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{...}: {
|
||||
programs.tuifeed = {
|
||||
enable = false;
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user