diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-25 18:56:20 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-25 18:56:32 -0400 |
commit | 15c9036a40b9219c36ad390066072a202123ff15 (patch) | |
tree | 57a85fbfc7b2eaf4b2b6f6c5d1ce23abac107262 /home-config/home-configuration.scm | |
parent | 6bcd743b19740ce6b2b99c75b88367d5fc4d6e86 (diff) |
added more packages for backups, building more tex files, and preparing for nvims language server. Also added udev rule for backlight control
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 76abe51..9fb45fb 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -28,6 +28,8 @@ | |||
28 | "qrencode" | 28 | "qrencode" |
29 | "binutils" | 29 | "binutils" |
30 | "gcc-toolchain" | 30 | "gcc-toolchain" |
31 | "borg" | ||
32 | "python-msgpack" | ||
31 | "libreoffice" | 33 | "libreoffice" |
32 | "flatpak" | 34 | "flatpak" |
33 | "gnupg" | 35 | "gnupg" |
@@ -56,6 +58,8 @@ | |||
56 | "texlive-xcolor" | 58 | "texlive-xcolor" |
57 | "texlive-latex-geometry" | 59 | "texlive-latex-geometry" |
58 | "texlive-hyperref" | 60 | "texlive-hyperref" |
61 | "texlive-latex-parskip" | ||
62 | "texlive-etoolbox" | ||
59 | "zathura" | 63 | "zathura" |
60 | "zathura-pdf-mupdf" | 64 | "zathura-pdf-mupdf" |
61 | "fzf" | 65 | "fzf" |
@@ -63,6 +67,7 @@ | |||
63 | "icedove-minimal" | 67 | "icedove-minimal" |
64 | "gimp" | 68 | "gimp" |
65 | "python" | 69 | "python" |
70 | "python-lsp-server" | ||
66 | "sqlite" | 71 | "sqlite" |
67 | "git")) | 72 | "git")) |
68 | (list my-neovim))) | 73 | (list my-neovim))) |