From b75e479a816aba9ce5cee43bd4f50979855e3b98 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 29 Nov 2023 00:03:14 +0100 Subject: [PATCH] . --- home/home-configuration.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 3afb09c..ebfc599 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -68,12 +68,12 @@ (bashrc (list (local-file - "/home/zilti/projects/guixconfig//.bashrc" + "/home/zilti/guixconfig/home/.bashrc" "bashrc"))) (bash-profile (list (local-file - "/home/zilti/projects/guixconfig//.bash_profile" + "/home/zilti/guixconfig/home/.bash_profile" "bash_profile"))))) (service home-dicod-service-type) (service home-batsignal-service-type)