chore(nix): uncomment sessionPath in default.nix
- Uncommented the `sessionPath` configuration to re-enable JetBrains Toolbox scripts support. - Aligns with current default settings for better integration.
This commit is contained in:
parent
d2d707ecc3
commit
1511e72e83
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@
|
||||||
username = "harald";
|
username = "harald";
|
||||||
homeDirectory = "/Users/${config.home.username}";
|
homeDirectory = "/Users/${config.home.username}";
|
||||||
stateVersion = "23.11"; # Please read the comment before changing.
|
stateVersion = "23.11"; # Please read the comment before changing.
|
||||||
# sessionPath = [
|
sessionPath = [
|
||||||
# "$HOME/Library/Application Support/JetBrains/Toolbox/scripts/"
|
"$HOME/Library/Application Support/JetBrains/Toolbox/scripts/"
|
||||||
# ];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
metacfg = {
|
metacfg = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue