summaryrefslogtreecommitdiff
path: root/suweren/home
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-03 15:30:41 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-03 15:30:41 +0200
commita3678002280df99ed77644159af10f68f36c03bb (patch)
tree5a2cf6db1f06cd5c74f00f03107e5cb58f7c30f6 /suweren/home
parent6edbec55c8ce28f3799f0a2fce4d960c300f2d37 (diff)
give more meaningful name to bash-configuration
Diffstat (limited to 'suweren/home')
-rw-r--r--suweren/home/services.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/suweren/home/services.scm b/suweren/home/services.scm
index b765820..46448c9 100644
--- a/suweren/home/services.scm
+++ b/suweren/home/services.scm
@@ -2,7 +2,7 @@
#:use-module (gnu home services shells)
#:use-module (guix gexp))
-(define-public bash-configuration
+(define-public suweren-home-bash-configuration
(let ((bashrc (list (local-file "bashrc"
"bashrc")))
(bash-profile (list (local-file "bash-profile"