Add ~/bin to path
This commit is contained in:
parent
7649aed0c9
commit
f1d9504b66
1 changed files with 5 additions and 0 deletions
|
@ -197,6 +197,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
programs.bash.enable = true;
|
||||
programs.fish.enable = true;
|
||||
|
||||
services.ssh-agent.enable = true;
|
||||
|
@ -223,6 +224,10 @@ in
|
|||
NIXPKGS_ALLOW_UNFREE = "1";
|
||||
};
|
||||
|
||||
home.sessionPath = [
|
||||
"/home/buymymojo/bin/"
|
||||
];
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue