summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 00:11:58 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 00:11:58 -0400
commit9a7ddba442ef504daadb742d0648c21819bf0608 (patch)
tree2f7f0d63df68c04bef1777ac1c93cd354da86eeb /home-config/home-configuration.scm
parenta01f7ce1b0e79ade2d5871aa29170af2925de542 (diff)
added hyprland to flakes and added cursor theme
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 6289453..a665e70 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -164,6 +164,7 @@
164 (service home-files-service-type 164 (service home-files-service-type
165 `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) 165 `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim"))
166 (".ssh/config" ,(local-file "ssh/config")) 166 (".ssh/config" ,(local-file "ssh/config"))
167 (".icons" ,(local-file "icons" #:recursive? #t))
167 (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) 168 (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json"))
168 ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) 169 ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
169 ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) 170 ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))