improve sessionVariable declaration

Without this, on wayland I cannot access these vars from the Terminal
This commit is contained in:
2024-10-05 22:03:36 +02:00
parent 7f73da037b
commit 42b5dfeee7
4 changed files with 4 additions and 4 deletions

View File

@ -43,6 +43,6 @@ in
};
};
systemd.user.sessionVariables.TERMINAL = "kitty";
home.sessionVariables.TERMINAL = "kitty";
};
}