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.
This commit is contained in:
Harald Hoyer 2025-12-23 15:17:19 +01:00
parent a705acac9d
commit c4d3d088d6

View file

@ -1,6 +1,9 @@
{ config, ... }: { config, ... }:
{ {
home.sessionPath = [ "$HOME/bin" ]; home.sessionPath = [
"$HOME/bin"
"$HOME/.local/share/JetBrains/Toolbox/scripts"
];
metacfg = { metacfg = {
user = { user = {