users/foo-dogsquared: use sessionPath for custom scripts

This commit is contained in:
Gabriel Arazas 2023-12-10 12:27:56 +08:00
parent 4f9204ad2a
commit 05c27221d9
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

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