summaryrefslogtreecommitdiff
path: root/home-configuration.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:09 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:09 +0100
commitb1e119ad5dbe6fae7c81ba9ebfaf655462dc5240 (patch)
tree79e5eee2d25b7e8beb7e174c22410810d991e08d /home-configuration.scm
parentdbd63fac13f789bdc9dcc39b49cf679256576960 (diff)
Home configuration: break out bash-profile
Diffstat (limited to 'home-configuration.scm')
-rw-r--r--home-configuration.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index b11e212..3788b06 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -31,10 +31,13 @@
("system-update" . "pull-guix && reconfigure-system && reconfigure-home")
("system-update-" . "pull-guix- && reconfigure-system- && reconfigure-home-")))
+(define bash-profile
+ (local-file (string-append config-prefix
+ ".bash_profile")
+ "bash_profile"))
+
(define home-bash-profile
- `(,(local-file (string-append config-prefix
- ".bash_profile")
- "bash_profile")))
+ `(,bash-profile))
(define bashrc-target
(string-append config-prefix