mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
users/foo-dogsquared: use sessionPath for custom scripts
This commit is contained in:
parent
4f9204ad2a
commit
05c27221d9
@ -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.
|
||||
programs.zellij.settings = {
|
||||
|
Loading…
Reference in New Issue
Block a user