228 current 2024-10-22 01:13:05 24.05.20241019.a9b86fc 6.11.4 *

This commit is contained in:
Ranomier 2024-10-22 01:13:11 +02:00
parent a83e3592b2
commit d312b9e299
7 changed files with 47 additions and 20 deletions

View file

@ -8,7 +8,7 @@
# This is using a rec (recursive) expression to set and access XDG_BIN_HOME within the expression
# For more on rec expressions see https://nix.dev/tutorials/first-steps/nix-language#recursive-attribute-set-rec
environment.sessionVariables = rec {
environment.sessionVariables = {
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/ssh-agent";
};