(define-module (suweren home services) #:use-module (gnu home services shells) #:use-module (guix gexp)) (define-public bash-configuration (let ((bashrc (list (local-file "bashrc" "bashrc"))) (bash-profile (list (local-file "bash-profile" "bash-profile")))) (home-bash-configuration (bashrc bashrc) (bash-profile bash-profile))))