diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 00:21:45 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-17 00:21:45 -0400 |
commit | bf6a91943d2c5852025ed1d1aadb30d83edf0354 (patch) | |
tree | a7c4efde6a1e2d18919016e9dff81aee8db8f0fe /home-config/home-configuration.scm | |
parent | 4fe3a734d104fa1836255b18f8d8bcf4aeaa407f (diff) |
Added personal channel, starting to add more dotfiles
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 9a5953d..51fdcd6 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -90,6 +90,8 @@ | |||
90 | "bash_profile"))))) | 90 | "bash_profile"))))) |
91 | (service home-xdg-configuration-files-service-type | 91 | (service home-xdg-configuration-files-service-type |
92 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) | 92 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) |
93 | ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) )) | 93 | ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) |
94 | ("sway" ,(local-file "sway" #:recursive? #t)) | ||
95 | ("waybar" ,(local-file "waybar" #:recursive? #t)) )) | ||
94 | (service home-files-service-type | 96 | (service home-files-service-type |
95 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) ))))) | 97 | `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) ))))) |