Fixed missing path variables at session startup

This commit is contained in:
2026-04-09 11:26:37 +01:00
parent c264f0867f
commit 077f266b51
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -11,5 +11,8 @@
username = "cianh";
homeDirectory = "/home/cianh";
shell.enableNushellIntegration = true;
sessionPath = [
"$HOME/.local/bin"
];
};
}