diff options
Diffstat (limited to '')
-rw-r--r-- | home/newsboat-public.nix | 2 | ||||
-rw-r--r-- | home/packages.nix | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 1916529..0302c04 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -31,6 +31,7 @@ with import ./newsboat-lib.nix; (ntag "https://haskell.github.io/security-advisories/atom.xml" "comp") (ntag "https://blog.haskell.org/atom.xml" "comp") (ntag "https://mastodon.social/@opentrainticketing.rss" "trains") + (ntag "https://meta.akkoma.dev/c/releases/7.rss" "security") # blogs (btag "https://scilogs.spektrum.de/klimalounge/feed/" "climate") @@ -217,6 +218,7 @@ with import ./newsboat-lib.nix; (btag "https://wok.oblomov.eu/index.rss" "comp") (btag "https://antonia.is/rss.xml" "friends") (btag "https://ancientalexandra.weebly.com/3/feed" "hist") + (btag "https://github.com/bookwyrm-social/bookwyrm/releases.atom" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") diff --git a/home/packages.nix b/home/packages.nix index 554484c..7f910bb 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -5,8 +5,7 @@ let in { home.packages = with pkgs; [ - # inputs.emacs-overlay.packages.x86_64-linux.emacsPgtk - emacs29-pgtk + emacs emacs-all-the-icons-fonts nerdfonts # internet apps & clients |