# programs here, NOT in environment.systemPackages
];
+ environment.sessionVariables = {
+ BROWSER = "surf";
+ SFEED_PLUMBER = "$BROWSER";
+ SFEED_URL_FILE = "$HOME/.local/share/sfeed/sfeed_read_url_file";
+ };
+
+
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
--- /dev/null
+sfeedpath="$HOME/.local/share/sfeed/feeds"
+
+# list of feeds to fetch:
+feeds() {
+ # get youtube Atom feed: curl -s -L 'https://www.youtube.com/user/gocoding/videos' | sfeed_web | cut -f 1
+
+ feed "youtube Luke Smith" "https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA"
+ feed "youtube Jonathan Pageau The Symbolic World" "https://www.youtube.com/feeds/videos.xml?channel_id=UCtCTSf3UwRU14nYWr_xm-dQ"
+ feed "website Luke Smith" "https://lukesmith.xyz//index.xml"
+ feed "lobsters" "https://lobste.rs/t/person,meta,design,lisp,vim,security,openbsd,c,go,linux,scaling,unix,privacy,devops,hardware,freebsd,reversing,networking,release,databases,virtualization,api,web,rant,emacs,philosophy,satire,practices,vcs,programming,games,haskell,ask,distributed,culture,compilers,elixir,graphics,testing,debugging,cryptography,netbsd,css,performance,dragonflybsd,plt,osdev,email,zig,nix,retrocomputing,editors.rss" "https://lobste.rs"
+ feed "ziglang" "https://ziglang.org/news/index.xml" "https://ziglang.org/"
+ feed "matklad" "https://matklad.github.io/feed.xml"
+ feed "mitchell hashimoto" "https://mitchellh.com/feed.xml"
+ feed "suckless" "https://suckless.org/atom.xml" "https://suckless.org"
+}