diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-29 10:10:52 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-29 10:10:52 -0400 |
commit | 2afb419d3d8255ea7f23b02e4ce80038be53bc7d (patch) | |
tree | 29c45c5062c9e71297d0e28b2945e5aeda256a22 /home-config/home-configuration.scm | |
parent | 0bf0473ff8699f77ef7148f4ccdc0c720b03d4f0 (diff) | |
parent | 10c71dfa653ba4330632c966b3c5626bade3b7d4 (diff) |
Merge branch 'main' into pres
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index f9fb2fd..9a67cf5 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -36,12 +36,14 @@ | |||
36 | "libnotify" | 36 | "libnotify" |
37 | "fzf" | 37 | "fzf" |
38 | "waypipe" | 38 | "waypipe" |
39 | "gnunet" | ||
39 | "qrencode" | 40 | "qrencode" |
40 | "binutils" | 41 | "binutils" |
41 | "gcc-toolchain" | 42 | "gcc-toolchain" |
42 | "borg" | 43 | "borg" |
43 | "restic" | 44 | "restic" |
44 | "rsync" | 45 | "rsync" |
46 | "cloc" | ||
45 | "pv" | 47 | "pv" |
46 | "python-msgpack" | 48 | "python-msgpack" |
47 | "libreoffice" | 49 | "libreoffice" |
@@ -49,6 +51,7 @@ | |||
49 | "gnupg" | 51 | "gnupg" |
50 | "lsof" | 52 | "lsof" |
51 | "pavucontrol" | 53 | "pavucontrol" |
54 | "netcat" | ||
52 | "bind:utils" | 55 | "bind:utils" |
53 | "font-cns11643" | 56 | "font-cns11643" |
54 | "syncthing" | 57 | "syncthing" |
@@ -110,6 +113,7 @@ | |||
110 | (service home-xdg-configuration-files-service-type | 113 | (service home-xdg-configuration-files-service-type |
111 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) | 114 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) |
112 | ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) | 115 | ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) |
116 | ("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim")) | ||
113 | ("sway" ,(local-file "sway" #:recursive? #t)) | 117 | ("sway" ,(local-file "sway" #:recursive? #t)) |
114 | ("hypr" ,(local-file "hypr" #:recursive? #t)) | 118 | ("hypr" ,(local-file "hypr" #:recursive? #t)) |
115 | ("waybar" ,(local-file "waybar" #:recursive? #t)) | 119 | ("waybar" ,(local-file "waybar" #:recursive? #t)) |