diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 01:07:21 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 01:07:21 -0400 |
commit | ab42efb2ac6a57ddb3fa0801e43af36aa409ae79 (patch) | |
tree | dd4e980cc692c303b9657d3e4318d89c3e553080 /home-config/home-configuration.scm | |
parent | 6a96bfe3001319734912a9621cbc552baedca24b (diff) |
added fonts to dotfiles
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 704c8a6..17874d3 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -98,4 +98,5 @@ | |||
98 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) | 98 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) |
99 | (".ssh/config" ,(local-file "ssh/config")) | 99 | (".ssh/config" ,(local-file "ssh/config")) |
100 | (".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) | 100 | (".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) |
101 | (".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) ))))) | 101 | (".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) |
102 | (".fonts" ,(local-file "fonts" #:recursive? #t)) ))))) | ||