.
This commit is contained in:
parent
421340fc41
commit
4c1f8ea684
2 changed files with 6 additions and 4 deletions
|
@ -138,6 +138,7 @@
|
|||
("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)
|
||||
("RBB" "https://www.rbb24.de/aktuell/index.xml/feed=rss.xml" 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)
|
||||
|
|
|
@ -109,12 +109,13 @@
|
|||
(local-file
|
||||
"./.bashrc"
|
||||
"bashrc")
|
||||
(mixed-text-file "liquidprompt"
|
||||
"[[ $- = *i* ]] && source "
|
||||
liquidprompt
|
||||
(mixed-text-file "liquidprompt"
|
||||
"[ -z ${TMUX_PANE} ] && [[ $- = *i* ]] && source "
|
||||
liquidprompt
|
||||
"/share/liquidprompt/liquidprompt")
|
||||
|
||||
(mixed-text-file "liquidprompt-theme"
|
||||
"[[ $- = *i* ]] && source "
|
||||
"[ -z ${TMUX_PANE} ] && [[ $- = *i* ]] && source "
|
||||
liquidprompt
|
||||
"/share/liquidprompt/themes/alternate_vcs/alternate_vcs.theme")))))
|
||||
(service home-batsignal-service-type
|
||||
|
|
Loading…
Reference in a new issue