From c4d3d088d6710758d49089c49656ab5d266eb303 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 23 Dec 2025 15:17:19 +0100 Subject: [PATCH] feat(x1): extend sessionPath with JetBrains scripts - Added JetBrains Toolbox script path to `home.sessionPath` for better tool integration. - Ensures accessibility of JetBrains Toolbox scripts in the user's session environment. --- homes/x86_64-linux/harald@x1/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/homes/x86_64-linux/harald@x1/default.nix b/homes/x86_64-linux/harald@x1/default.nix index fca52ab..600e092 100644 --- a/homes/x86_64-linux/harald@x1/default.nix +++ b/homes/x86_64-linux/harald@x1/default.nix @@ -1,6 +1,9 @@ { config, ... }: { - home.sessionPath = [ "$HOME/bin" ]; + home.sessionPath = [ + "$HOME/bin" + "$HOME/.local/share/JetBrains/Toolbox/scripts" + ]; metacfg = { user = {