summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-04-12 23:06:03 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-04-12 23:06:03 -0400
commit0c1f7cae6b111ab2d3bd39c85640349d7e621764 (patch)
tree08c976a4a138c1e8fdf0602a506f14bc78aea48c /home-config/home-configuration.scm
parent1d58393e99753ce529914df7eb4b104ad6c2061b (diff)
cursed
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"))