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";