summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index b5b4e2e..ecc5464 100644
--- a/home.nix
+++ b/home.nix
@@ -9,7 +9,7 @@ in
sessionVariables = {
EDITOR = "vim";
LANG = "en_US.UTF-8";
- PATH = "~/.cabal/bin:~/.local/bin:$PATH";
+ PATH = "~/bin:~/.cabal/bin:~/.local/bin:$PATH";
};
file = {
mutt = {