From bcbecfb28eb9676c6315ce80f76ead480169d420 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 27 Jun 2018 08:03:12 -0700 Subject: Trying to fix my PATH --- home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index bfd5f9d..8415ce9 100644 --- a/home.nix +++ b/home.nix @@ -15,6 +15,7 @@ in sessionVariables = { EDITOR = "vim"; LANG = "en_US.UTF-8"; + PATH = "~/.cabal/bin:~/.local/bin:$PATH"; }; }; -- cgit v1.2.3