summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-08-28 18:52:30 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-08-28 18:52:30 -0400
commitf7c43d42599b05e8352fdfb1661fed77d2e6bbd7 (patch)
tree5ea3623f6c5306643ecbf256a00d551a8a07f5a0 /home-config
parent08fe249c7649df1e04e031ef8babb036f9e3fdff (diff)
fixed deprecated package names and added notification for new emails
Diffstat (limited to 'home-config')
-rw-r--r--home-config/aerc/aerc.conf2
-rw-r--r--home-config/home-configuration.scm7
2 files changed, 5 insertions, 4 deletions
diff --git a/home-config/aerc/aerc.conf b/home-config/aerc/aerc.conf
index 165c61b..8efeb28 100644
--- a/home-config/aerc/aerc.conf
+++ b/home-config/aerc/aerc.conf
@@ -525,7 +525,7 @@ application/x-sh=bat -fn -l sh
525 525
526# 526#
527# Executed when a new email arrives in the selected folder 527# Executed when a new email arrives in the selected folder
528#mail-received=notify-send "New mail from $AERC_FROM_NAME" "$AERC_SUBJECT" 528mail-received=notify-send "$AERC_FROM_NAME" "$AERC_SUBJECT"
529 529
530# 530#
531# Executed when aerc starts 531# Executed when aerc starts
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 5dc6091..f5e58d3 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -31,6 +31,7 @@
31 (packages (append (specifications->packages (list "bat" 31 (packages (append (specifications->packages (list "bat"
32 "xdg-utils" 32 "xdg-utils"
33 "abook" 33 "abook"
34 "libnotify"
34 "fzf" 35 "fzf"
35 "qrencode" 36 "qrencode"
36 "binutils" 37 "binutils"
@@ -52,7 +53,7 @@
52 "htop" 53 "htop"
53 "curl" 54 "curl"
54 "pandoc" 55 "pandoc"
55 "texlive-base" 56 "texlive-scheme-basic"
56 "texlive-txfonts" 57 "texlive-txfonts"
57 "texlive-amsfonts" 58 "texlive-amsfonts"
58 "texlive-lm" 59 "texlive-lm"
@@ -61,9 +62,9 @@
61 "texlive-unicode-math" 62 "texlive-unicode-math"
62 "texlive-fontspec" 63 "texlive-fontspec"
63 "texlive-xcolor" 64 "texlive-xcolor"
64 "texlive-latex-geometry" 65 "texlive-geometry"
65 "texlive-hyperref" 66 "texlive-hyperref"
66 "texlive-latex-parskip" 67 "texlive-parskip"
67 "texlive-etoolbox" 68 "texlive-etoolbox"
68 "zathura" 69 "zathura"
69 "zathura-pdf-mupdf" 70 "zathura-pdf-mupdf"