From 7cbca32b45b340330145ba2e57d7190ee7bceaba Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 7 Feb 2023 14:54:24 +0100 Subject: Remove unneeded environment variables --- aisaka.org | 3 +-- home-configuration.scm | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/aisaka.org b/aisaka.org index c243778..6011ec9 100644 --- a/aisaka.org +++ b/aisaka.org @@ -220,8 +220,7 @@ 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") - ("NVM_DIR" . "$HOME/src/nvm") + ;; ("LIBGL_ALWAYS_SOFTWARE" . "1") ("GUILE_AUTO_COMPILE" . "0"))) (aliases `(("grep" . "grep --color=auto ") ("ll" . "ls -l ") diff --git a/home-configuration.scm b/home-configuration.scm index 71ed976..1667457 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -148,8 +148,7 @@ (service home-bash-service-type (home-bash-configuration (environment-variables '(("EDITOR" . "emacs -nw") - ("LIBGL_ALWAYS_SOFTWARE" . "1") - ("NVM_DIR" . "$HOME/src/nvm") + ;; ("LIBGL_ALWAYS_SOFTWARE" . "1") ("GUILE_AUTO_COMPILE" . "0"))) (aliases `(("grep" . "grep --color=auto ") ("ll" . "ls -l ") -- cgit v1.2.3