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:
Harald Hoyer 2025-11-13 16:01:43 +01:00
parent d2d707ecc3
commit 1511e72e83

View file

@ -8,9 +8,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/"
# ];
sessionPath = [
"$HOME/Library/Application Support/JetBrains/Toolbox/scripts/"
];
};
metacfg = {