diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-05-13 14:03:06 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-05-13 14:03:06 -0400 |
commit | 342f5aa6395f28c1cbe6b6587ebcecc1b4703121 (patch) | |
tree | 24a057c8db5d463382cde0ed0620aa3c5e01e3de /home-config/home-configuration.scm | |
parent | 335ac274c11c6b28bb17672629fd671c0ba423e2 (diff) |
SmallLaptop config added, home-config changed before adding SOPs, README
updated
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index df3a779..5740b26 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -183,13 +183,13 @@ | |||
183 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) | 183 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) |
184 | (".ssh/config" ,(local-file "ssh/config")) | 184 | (".ssh/config" ,(local-file "ssh/config")) |
185 | (".icons" ,(local-file "icons" #:recursive? #t)) | 185 | (".icons" ,(local-file "icons" #:recursive? #t)) |
186 | (".mozilla/native-messaging-hosts/gpgmejson.json" ,(local-file "mailvelope/gpgmejson.json")) | 186 | ;(".mozilla/native-messaging-hosts/gpgmejson.json" ,(local-file "mailvelope/gpgmejson.json")) |
187 | (".local/share/mailvelope" ,(local-file "mailvelope" #:recursive? #t)) | 187 | (".local/share/mailvelope" ,(local-file "mailvelope" #:recursive? #t)) |
188 | (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) | 188 | (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) |
189 | (".local/share/tridactyl" ,(local-file "tridactyl" #:recursive? #t)) | 189 | (".local/share/tridactyl" ,(local-file "tridactyl" #:recursive? #t)) |
190 | ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) | 190 | ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) |
191 | ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) | 191 | ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) |
192 | (".gnupg/gpg.conf" ,(local-file "gnupg/gpg.conf")) | 192 | ;(".gnupg/gpg.conf" ,(local-file "gnupg/gpg.conf")) |
193 | (".local/share/fonts" ,(local-file "fonts" #:recursive? #t)) | 193 | (".local/share/fonts" ,(local-file "fonts" #:recursive? #t)) |
194 | (".gitconfig" ,(local-file "gitconfig")) | 194 | (".gitconfig" ,(local-file "gitconfig")) |
195 | (".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t)) | 195 | (".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t)) |