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:
parent
a705acac9d
commit
c4d3d088d6
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
home.sessionPath = [ "$HOME/bin" ];
|
||||
home.sessionPath = [
|
||||
"$HOME/bin"
|
||||
"$HOME/.local/share/JetBrains/Toolbox/scripts"
|
||||
];
|
||||
|
||||
metacfg = {
|
||||
user = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue