>>107548695
this is what i have in my config
(define ~bash-config
(service
home-bash-service-type
(home-bash-configuration
;; …
(bash-profile (list (local-file ".bash_profile" "bash_profile")))
(bashrc (list (local-file ".bashrc" "bashrc")))
(bash-logout (list (local-file ".bash_logout" "bash_logout"))))))
(home-environment
(packages …)
(services (list ~bash-config)))
.bash_logout, .bash_profile and .bashrc are files in the same directory as my home config file