diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-02-18 20:53:23 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2023-02-18 20:53:23 +0100 |
commit | 36458a7f027d4ebe2ac737cf8107b712f23444cb (patch) | |
tree | 7d850f12f678889aa463a28d8e470ac1ab438b6c /home-configuration.scm | |
parent | 65794476e770ff891178188d2067b648122380cc (diff) |
Add Nix Profile to PATH
Diffstat (limited to 'home-configuration.scm')
-rw-r--r-- | home-configuration.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 251466f..e5b9e0d 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -159,8 +159,8 @@ (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 ") |