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.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 9d145a4..6b88f7a 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -129,16 +129,16 @@
129 ;; Below is the list of Home services. To search for available 129 ;; Below is the list of Home services. To search for available
130 ;; services, run 'guix home search KEYWORD' in a terminal. 130 ;; services, run 'guix home search KEYWORD' in a terminal.
131 (services 131 (services
132 (list (service home-bash-service-type 132 (list ;(service home-bash-service-type
133 (home-bash-configuration 133 ; (home-bash-configuration
134 ;(aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") 134 ;(aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l")
135 ; ("ls" . "ls -p --color=auto") 135 ; ("ls" . "ls -p --color=auto")
136 ; ("spt" . "spotify_player") 136 ; ("spt" . "spotify_player")
137 ; ("python" . "python3"))) 137 ; ("python" . "python3")))
138 (bashrc (list (local-file 138 ; (bashrc (list (local-file
139 "bashrc"))) 139 ; "bashrc")))
140 (bash-profile (list (local-file 140 ; (bash-profile (list (local-file
141 "bash_profile"))))) 141 ; "bash_profile")))))
142 (service home-xdg-configuration-files-service-type 142 (service home-xdg-configuration-files-service-type
143 `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) 143 `(("nvim/init.vim" ,(local-file "nvim/config/init.vim"))
144 ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) 144 ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim"))