From 0c1f7cae6b111ab2d3bd39c85640349d7e621764 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 12 Apr 2024 23:06:03 -0400 Subject: cursed --- home-config/home-configuration.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'home-config/home-configuration.scm') 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 @@ ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. (services - (list (service home-bash-service-type - (home-bash-configuration + (list ;(service home-bash-service-type + ; (home-bash-configuration ;(aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") ; ("ls" . "ls -p --color=auto") ; ("spt" . "spotify_player") ; ("python" . "python3"))) - (bashrc (list (local-file - "bashrc"))) - (bash-profile (list (local-file - "bash_profile"))))) + ; (bashrc (list (local-file + ; "bashrc"))) + ; (bash-profile (list (local-file + ; "bash_profile"))))) (service home-xdg-configuration-files-service-type `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) -- cgit v1.2.3