From 6cebd434b7ed50aba4399a4293bbeeb5f0c1947a Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 23 Jan 2024 01:40:07 +0100 Subject: [PATCH] . --- home/emacs/init.el | 12 ++++++++++++ home/home-configuration.scm | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/home/emacs/init.el b/home/emacs/init.el index 407b5e9..2944cf4 100644 --- a/home/emacs/init.el +++ b/home/emacs/init.el @@ -130,6 +130,18 @@ (scroll-bar-mode nil) (tab-always-indent 'complete) (tool-bar-mode nil) + (newsticker-url-list-defaults nil) + (newsticker-url-list + '(("Tagesschau" "https://www.tagesschau.de/index~atom.xml" nil nil nil) + ("NZZ Neuste" "https://www.nzz.ch/recent.rss" nil nil nil) + ("SRF News" "https://www.srf.ch/news/bnf/rss/1646" nil nil nil) + ("SRF Wissen" "https://www.srf.ch/bnf/rss/630" nil nil nil) + ("Deutschlandfunk Nachrichten" "https://www.deutschlandfunk.de/nachrichten-100.rss" nil nil nil) + ("Deutschlandfunk Wissen" "https://www.deutschlandfunk.de/wissen-106.rss" nil nil nil) + ("Guix" "https://guix.gnu.org/feeds/blog.atom" nil nil nil) + ("Mastering Emacs" "https://www.masteringemacs.org/feed" nil nil nil) + ("Schiene.de" "https://www.schiene.de/feed/" nil nil nil) + ("Anil Dash Blog" "https://www.anildash.com/feed.xml" nil nil nil))) :custom-face (default ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono")))) (fixed-pitch ((t (:weight normal :height 105 :family "LibertinusMono Nerd Font Mono")))) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 16778e7..5e19c49 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -179,12 +179,16 @@ "kitty" "ksshaskpass" "ledger" + "libaacs" + "libbdplus" + "libbluray" "liquidprompt" "make" "nm-tray" "nnn" "nss-certs" "nwg-displays" + "openjdk" "openssh" "password-store" "pass-otp"