diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/git.home.nix | 3 | ||||
| -rw-r--r-- | modules/newsboat.home/public-feed.nix | 11 |
2 files changed, 8 insertions, 6 deletions
diff --git a/modules/git.home.nix b/modules/git.home.nix index df13d2c..0622128 100644 --- a/modules/git.home.nix +++ b/modules/git.home.nix @@ -51,6 +51,7 @@ "tags.temp" "ayak.sh" ".direnv" + ".local.lua" ]; aliases = { ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"; @@ -94,7 +95,7 @@ whitespace = "red reverse"; }; pull = { - rebase = false; + rebase = true; }; # pager = { # diff = "${pkgs.delta}/bin/delta --color-only"; diff --git a/modules/newsboat.home/public-feed.nix b/modules/newsboat.home/public-feed.nix index 101d15e..551ec3b 100644 --- a/modules/newsboat.home/public-feed.nix +++ b/modules/newsboat.home/public-feed.nix @@ -34,17 +34,18 @@ in { # { url = "https://www.nature.com/nature.rss"; tags = ["sci"]; } # { url = "https://what-if.xkcd.com/feed.atom"; tags = ["sci"]; } - { url = "https://feeds.transistor.fm/tomorrow"; tags = ["podcast"]; } + { url = "https://feeds.buzzsprout.com/1817535.rss"; tags = ["podcast"]; title = "Haskell Interlude"; } + # { url = "https://feeds.transistor.fm/tomorrow"; tags = ["podcast"]; } { url = "https://feed.syntax.fm/"; tags = ["podcast"]; } { url = "https://changelog.com/podcast/feed"; tags = ["podcast"]; } - { url = "https://seradio.libsyn.com/rss"; tags = ["podcast"]; } - { url = "https://changelog.com/jsparty/feed"; tags = ["podcast"]; } + # { url = "https://seradio.libsyn.com/rss"; tags = ["podcast"]; } + # { url = "https://changelog.com/jsparty/feed"; tags = ["podcast"]; } { url = "https://feeds.buzzsprout.com/1952066.rss"; tags = ["podcast"]; } { url = "https://www.spreaker.com/show/6102064/episodes/feed"; tags = ["podcast"]; } { url = "https://feeds.soundcloud.com/users/soundcloud:users:206137365/sounds.rss"; tags = ["podcast"]; } - { url = "http://shoptalkshow.com/feed/podcast"; tags = ["podcast"]; } + # { url = "http://shoptalkshow.com/feed/podcast"; tags = ["podcast"]; } { url = "https://anchor.fm/s/dd6922b4/podcast/rss"; tags = ["podcast"]; title = "devtools.fm"; } - { url = "https://feeds.acast.com/public/shows/664fde3eda02bb0012bad909"; tags = ["podcast"]; } + # { url = "https://anchor.fm/s/fb57a4a8/podcast/rss"; tags = ["podcast"]; } { url = "https://lexi-lambda.github.io/feeds/all.rss.xml"; tags = ["dev-blog"]; } { url = "https://overreacted.io/rss.xml"; tags = ["dev-blog"]; } |
