feat(aarch64-darwin): add JetBrains Toolbox scripts to sessionPath
- Extend `sessionPath` to include JetBrains Toolbox script directory. - Ensures better integration of JetBrains tools with shell environments.
This commit is contained in:
parent
a3cdf34954
commit
1feba6079d
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
username = "harald";
|
||||
homeDirectory = "/Users/${config.home.username}";
|
||||
stateVersion = "23.11"; # Please read the comment before changing.
|
||||
sessionPath = [
|
||||
"$HOME/Library/Application Support/JetBrains/Toolbox/scripts/"
|
||||
];
|
||||
};
|
||||
|
||||
metacfg = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue