From 1511e72e83f2568f7324d2aaf76520cd079697b3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 13 Nov 2025 16:01:43 +0100 Subject: [PATCH] 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. --- homes/aarch64-darwin/harald@rialo/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homes/aarch64-darwin/harald@rialo/default.nix b/homes/aarch64-darwin/harald@rialo/default.nix index f2ba26a..60d37b2 100644 --- a/homes/aarch64-darwin/harald@rialo/default.nix +++ b/homes/aarch64-darwin/harald@rialo/default.nix @@ -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 = {