From 623ff4e1a90336685161e052b7f06d0588ac1a25 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Thu, 20 Aug 2026 14:34:03 -0500 Subject: [PATCH] add gobin to path --- demilich/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demilich/home.nix b/demilich/home.nix index 03cff25..2da6023 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -23,6 +23,10 @@ homeDirectory = "/home/${username}"; preferXdgDirectories = true; stateVersion = stateVersion; + sessionPath = [ + "$HOME/go/bin" + "$HOME/.local/bin" + ]; packages = with pkgs; [ bitwarden-cli bitwarden-desktop