diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-28 18:52:30 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-28 18:52:30 -0400 |
commit | f7c43d42599b05e8352fdfb1661fed77d2e6bbd7 (patch) | |
tree | 5ea3623f6c5306643ecbf256a00d551a8a07f5a0 /home-config/home-configuration.scm | |
parent | 08fe249c7649df1e04e031ef8babb036f9e3fdff (diff) |
fixed deprecated package names and added notification for new emails
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 7 |
1 files changed, 4 insertions, 3 deletions
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" |