diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-26 19:03:13 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-26 19:03:13 +0200 |
commit | 820f3d39126566d9a720b64f1d55cf9878361e0c (patch) | |
tree | d6d2c9b5be328214143288afa6b99138f721cd2a /home/profile | |
parent | d555a9c6bb8f224ac32f3d26c482fa78d3891511 (diff) | |
download | guix-820f3d39126566d9a720b64f1d55cf9878361e0c.tar.gz guix-820f3d39126566d9a720b64f1d55cf9878361e0c.tar.bz2 guix-820f3d39126566d9a720b64f1d55cf9878361e0c.zip |
.
Diffstat (limited to 'home/profile')
-rw-r--r-- | home/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profile b/home/profile index f81bc8a..b70ccc3 100644 --- a/home/profile +++ b/home/profile @@ -1,5 +1,3 @@ -PATH=${PATH}:/home/mccd/go/bin:/home/mccd/.cargo/bin:/home/mccd/.local/bin - export EDITOR="mg -n" export GDK_DPI_SCALE="1.5" export GDK_SCALE="1.5" @@ -17,3 +15,5 @@ export STITCH_GREP_CMD=ugrep export GUIX_PROFILE="/home/mccd/.guix-profile" . "$GUIX_PROFILE/etc/profile" source /run/current-system/profile/etc/profile.d/nix.sh +export PATH=${PATH}:/home/mccd/go/bin:/home/mccd/.cargo/bin:/home/mccd/.local/bin +export LD_LIBRARY_PATH=~/.guix-profile/lib |