try fixing env stuff (again)

This commit is contained in:
Schrottkatze 2024-10-11 08:51:11 +02:00
commit 70145c2a66
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -69,6 +69,9 @@ in
};
home-manager.users.jade = {pkgs, ...}: {
home.sessionVariables = {
"S10E_JRNL_FILE_LOC" = "/home/jade/Docs/jrnl.md";
};
programs.ssh = {
controlMaster = "yes";
};