From 6a96bfe3001319734912a9621cbc552baedca24b Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Wed, 17 May 2023 00:37:34 -0400 Subject: SSH and GPG services --- home-config/home-configuration.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'home-config/home-configuration.scm') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 62dec0f..704c8a6 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -95,4 +95,7 @@ ("waybar" ,(local-file "waybar" #:recursive? #t)) ("alacritty" ,(local-file "alacritty" #:recursive? #t)) )) (service home-files-service-type - `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) ))))) + `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) + (".ssh/config" ,(local-file "ssh/config")) + (".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) + (".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) ))))) -- cgit v1.2.3