From e82f6167e0cedd8d39d93f3b553736f25da5695f Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 18 Feb 2023 20:53:23 +0100 Subject: Add Nix Profile to PATH --- aisaka.org | 4 ++-- home-configuration.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aisaka.org b/aisaka.org index 61060df..6c76162 100644 --- a/aisaka.org +++ b/aisaka.org @@ -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 ") 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 ") -- cgit v1.2.3