summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 22a9399..756c68f 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -87,10 +87,8 @@
87 ("ls" . "ls -p --color=auto") 87 ("ls" . "ls -p --color=auto")
88 ("python" . "python3"))) 88 ("python" . "python3")))
89 (bashrc (list (local-file 89 (bashrc (list (local-file
90 "/home/ryan/.config/guix/home-config/bashrc"
91 "bashrc"))) 90 "bashrc")))
92 (bash-profile (list (local-file 91 (bash-profile (list (local-file
93 "/home/ryan/.config/guix/home-config/bash_profile"
94 "bash_profile"))))) 92 "bash_profile")))))
95 (service home-xdg-configuration-files-service-type 93 (service home-xdg-configuration-files-service-type
96 `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) 94 `(("nvim/init.vim" ,(local-file "nvim/config/init.vim"))