diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-09-26 11:41:51 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-09-26 11:41:51 -0700 |
| commit | ce3ce1cc3f3bce57a3961a37942bc509dfb5e455 (patch) | |
| tree | 6ebb8d3e3d402697b69bc9dbcba39ce908ca696c /users/kassouni/newsboat.nix | |
| parent | 47dde98fd2cf11ea544bb1c8d8d548ee0bda0f54 (diff) | |
reorganize firefox, laptop stuff
Diffstat (limited to 'users/kassouni/newsboat.nix')
| -rw-r--r-- | users/kassouni/newsboat.nix | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/users/kassouni/newsboat.nix b/users/kassouni/newsboat.nix new file mode 100644 index 0000000..cde761c --- /dev/null +++ b/users/kassouni/newsboat.nix @@ -0,0 +1,28 @@ +{...}: +{ + programs.newsboat = { + enable = true; + urls = [ + { + url = "https://xeiaso.net/blog.rss"; + title = "Xe Iaso's Blog"; + } + + { + url = "https://reasonablypolymorphic.com/feed.rss"; + title = "Reasonably Polymorphic"; + } + + { + url = "https://esoteric.codes/rss"; + title = "ESOTERIC.CODES"; + } + + { + url = "https://100r.co/links/rss.xml"; + title = "100R"; + } + ]; + }; +} + |
