cleanup + remove rss reader
This commit is contained in:
parent
7c49e1900b
commit
5fbbd9df03
@ -9,7 +9,6 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
rust_pkgs = with pkgs; [
|
rust_pkgs = with pkgs; [
|
||||||
|
|
||||||
(rust-bin.stable.latest.default.override ({
|
(rust-bin.stable.latest.default.override ({
|
||||||
extensions = [
|
extensions = [
|
||||||
"rust-src"
|
"rust-src"
|
||||||
@ -104,9 +103,6 @@ in
|
|||||||
# adds `sensors` command
|
# adds `sensors` command
|
||||||
lm_sensors
|
lm_sensors
|
||||||
|
|
||||||
# rssfeed
|
|
||||||
newsboat
|
|
||||||
|
|
||||||
just
|
just
|
||||||
|
|
||||||
pfetch-rs
|
pfetch-rs
|
||||||
@ -180,8 +176,6 @@ in
|
|||||||
|
|
||||||
tcpdump
|
tcpdump
|
||||||
|
|
||||||
linuxKernel.packages.linux_6_14.perf
|
|
||||||
|
|
||||||
borgbackup
|
borgbackup
|
||||||
|
|
||||||
tinyxxd
|
tinyxxd
|
||||||
@ -213,13 +207,6 @@ in
|
|||||||
EDITOR = "hx";
|
EDITOR = "hx";
|
||||||
};
|
};
|
||||||
|
|
||||||
# feed reader
|
|
||||||
programs.newsboat = {
|
|
||||||
enable = true;
|
|
||||||
# store rss feeds in a separate file because it's *a lot*
|
|
||||||
urls = import ./progs/rss.nix;
|
|
||||||
};
|
|
||||||
|
|
||||||
# git (self explanatory)
|
# git (self explanatory)
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@ -1,81 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
title = "Stratechery";
|
|
||||||
url = "https://stratechery.passport.online/feed/rss/2gi1tPZ8Ta36Tsx7rDLM5P";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Factorio Blog";
|
|
||||||
url = "https://www.factorio.com/blog/rss";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Servo Blog";
|
|
||||||
url = "https://servo.org/blog/feed.xml";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Alyssa Rosenzweig";
|
|
||||||
url = "https://rosenzweig.io/feed.xml";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Marc's Blog";
|
|
||||||
url = "https://brooker.co.za/blog/rss.xml";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Fabien Sanglard";
|
|
||||||
url = "https://fabiensanglard.net/rss.xml";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Xuanwo's Blog";
|
|
||||||
url = "https://xuanwo.io/index.xml";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Carlos Galdino";
|
|
||||||
url = "https://blog.carlosgaldino.com/atom.xml";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "soatok";
|
|
||||||
url = "https://soatok.blog/feed/";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Jack Garbus";
|
|
||||||
url = "https://jarbus.net/index.xml";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "GioCities";
|
|
||||||
url = "https://blog.giovanh.com/feeds/atom.xml";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "mcyoung";
|
|
||||||
url = "https://mcyoung.xyz/atom.xml";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Chips and Cheese";
|
|
||||||
url = "https://chipsandcheese.com/feed/";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "System5";
|
|
||||||
url = "https://blogsystem5.substack.com/feed";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "lwn";
|
|
||||||
url = "https://lwn.net/headlines/Features";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
title = "Jellyfin Blog";
|
|
||||||
url = "https://jellyfin.org/posts/rss.xml";
|
|
||||||
}
|
|
||||||
]
|
|
||||||
Loading…
x
Reference in New Issue
Block a user