users/foo-dogsquared: update session variables

This commit is contained in:
Gabriel Arazas 2023-07-05 11:51:44 +08:00
parent 507f1862fb
commit 1027f97333
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -29,7 +29,7 @@ in
};
};
programs.bash.sessionVariables.PATH = "${config.home.mutableFile."library/dotfiles".path}/bin\${PATH:+:$PATH}";
home.sessionVariables.PATH = "${config.home.mutableFile."library/dotfiles".path}/bin\${PATH:+:$PATH}";
# Making my favorite terminal multiplexer right now.
programs.zellij.settings = {