From 18f06a9f13ef4487eadb6c343b6b155649088953 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 3 Mar 2025 12:40:13 +0530 Subject: Neovim nightly, package changes, etc --- modules/git.home.nix | 3 ++- modules/newsboat.home/public-feed.nix | 11 ++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'modules') 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"]; } -- cgit v1.3.1