summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm10
1 files changed, 8 insertions, 2 deletions
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"))