From f7c43d42599b05e8352fdfb1661fed77d2e6bbd7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 28 Aug 2023 18:52:30 -0400 Subject: [PATCH] fixed deprecated package names and added notification for new emails --- home-config/aerc/aerc.conf | 2 +- home-config/home-configuration.scm | 7 ++++--- 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 # # Executed when a new email arrives in the selected folder -#mail-received=notify-send "New mail from $AERC_FROM_NAME" "$AERC_SUBJECT" +mail-received=notify-send "$AERC_FROM_NAME" "$AERC_SUBJECT" # # 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 @@ (packages (append (specifications->packages (list "bat" "xdg-utils" "abook" + "libnotify" "fzf" "qrencode" "binutils" @@ -52,7 +53,7 @@ "htop" "curl" "pandoc" - "texlive-base" + "texlive-scheme-basic" "texlive-txfonts" "texlive-amsfonts" "texlive-lm" @@ -61,9 +62,9 @@ "texlive-unicode-math" "texlive-fontspec" "texlive-xcolor" - "texlive-latex-geometry" + "texlive-geometry" "texlive-hyperref" - "texlive-latex-parskip" + "texlive-parskip" "texlive-etoolbox" "zathura" "zathura-pdf-mupdf"