diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-02-18 20:53:23 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-02-18 20:53:23 +0100 |
commit | e82f6167e0cedd8d39d93f3b553736f25da5695f (patch) | |
tree | f5baed2b278c32e2434f3612eab734034fbc3a83 /aisaka.org | |
parent | 70dcc3a1e15ced7d16b2e9462a9011267e942e33 (diff) |
Add Nix Profile to PATH
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -278,8 +278,8 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html (service home-bash-service-type (home-bash-configuration (environment-variables '(("EDITOR" . "emacs -nw") - ;; ("LIBGL_ALWAYS_SOFTWARE" . "1") - ("GUILE_AUTO_COMPILE" . "0"))) + ("GUILE_AUTO_COMPILE" . "0") + ("PATH" . "$PATH:/home/marek/.nix-profile/bin"))) (aliases `(("grep" . "grep --color=auto ") ("ll" . "ls -l ") ("ls" . "ls -p --color=auto ") |