diff options
author | EuAndreh <eu@euandre.org> | 2022-08-12 19:29:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-12 19:29:18 -0300 |
commit | e4209c358275ea08c2e6f77cda9cafb1844aeff1 (patch) | |
tree | d6e53ee7f8e1deb2756dc5860da6259458514254 | |
parent | etc/guix/home.scm: Fix s1: prefix (diff) | |
download | dotfiles-e4209c358275ea08c2e6f77cda9cafb1844aeff1.tar.gz dotfiles-e4209c358275ea08c2e6f77cda9cafb1844aeff1.tar.xz |
etc/guix/home.scm: Update path to "my-profile"
-rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 0ef9f3f..42edf2f 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -351,6 +351,6 @@ (services (list (simple-service 'my-shell-profile home-shell-profile-service-type - (list (plain-file "my-profile" ". ~/.usr/etc/bash/rc"))) + (list (plain-file "my-profile" ". ~/.usr/etc/sh/rc"))) (simple-service 'config-files home-files-service-type dot-config) (simple-service 'home-cron home-mcron-service-type cronjobs)))) |