diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 00:11:58 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 00:11:58 -0400 |
commit | 9a7ddba442ef504daadb742d0648c21819bf0608 (patch) | |
tree | 2f7f0d63df68c04bef1777ac1c93cd354da86eeb /home-config/home-configuration.scm | |
parent | a01f7ce1b0e79ade2d5871aa29170af2925de542 (diff) |
added hyprland to flakes and added cursor theme
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 1 |
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")) |