Add user local directory on PATH
This commit is contained in:
parent
5a4d7212ee
commit
d376bcfd1c
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@
|
||||||
users.${username} = {
|
users.${username} = {
|
||||||
home.stateVersion = stateVersion;
|
home.stateVersion = stateVersion;
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
home.sessionPath = [
|
||||||
|
"$HOME/.local/bin"
|
||||||
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../home-manager/cli
|
../home-manager/cli
|
||||||
] ++ (if hostConfig.desktop then
|
] ++ (if hostConfig.desktop then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue