From 704a1e57132802304ce9aaa4155cd1f1c753d7c8 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Tue, 7 Dec 2021 19:15:30 +0000 Subject: [PATCH] Add go bin to path --- user/daniel/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user/daniel/home.nix b/user/daniel/home.nix index 7bbd5ae..660223b 100644 --- a/user/daniel/home.nix +++ b/user/daniel/home.nix @@ -19,6 +19,9 @@ sessionVariables = { EDITOR = "vim"; }; + sessionPath = [ + "$HOME/go/bin" + ]; file = { ".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors";