From 9d54c88f2515365af85c136a794f39e533706c07 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 11 Dec 2022 22:37:43 +0100 Subject: Install and configure newsboat Make it sync feeds from Nextcloud News. --- home-configuration.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index 4847462b..57041c3e 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -338,7 +338,7 @@ replacement spec (to which `regexp-substitute/global' is applied)." "source-highlight" "tk" "tmux" "tree" "xxd" "zip" "unzip" "get-iplayer" "ffmpeg" "atomicparsley" "yt-dlp" "neomutt" "mailcap" "lynx" ; mail (lynx for HTML mail) - "vdirsyncer" "khal" + "newsboat" "vdirsyncer" "khal" ;; Ranger can do code highlighting using python-pygments and ;; image previews in kitty using python-pillow. @@ -457,12 +457,18 @@ replacement spec (to which `regexp-substitute/global' is applied)." ("git/config" ,(local-file "gitconfig")) ("htop/htoprc" ,(local-file "htoprc")) ("khal/config" ,(local-file "khal.conf")) + ("lesskey" ,(local-file "lesskey")) ("mutt/muttrc" ,(local-file "muttrc")) ("mutt/catppuccin.muttrc" ,(local-file #.(if (string=? catppuccin-theme-variant "latte") "catppuccin/neomutt/latte-neomuttrc" "catppuccin/neomutt/neomuttrc"))) - ("lesskey" ,(local-file "lesskey")) + ("newsboat/config" ,(local-file "newsboat.conf")) + ("newsboat/config.catppuccin" + ,(local-file #.(if (string=? catppuccin-theme-variant "latte") + "catppuccin/newsboat/themes/latte" + "catppuccin/newsboat/themes/dark") + "newsboat-theme.conf")) ("ranger/rc.conf" ,(local-file "ranger.conf")) ("user-dirs.locale" ,(plain-file "user-dirs.locale" "C")) ; Not sure if this is needed. Arch has it. ("user-dirs.dirs" ,(local-file "user-dirs.dirs")) -- cgit v1.2.3