summaryrefslogtreecommitdiff
path: root/aisaka.org
diff options
context:
space:
mode:
Diffstat (limited to 'aisaka.org')
-rw-r--r--aisaka.org4
1 files changed, 2 insertions, 2 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 ")