Fix bin path
This commit is contained in:
parent
bb73c19448
commit
196b793515
|
@ -1,9 +1,9 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
home.sessionPath = [ "$HOME/.local/bin" ];
|
||||
home.sessionPath = [ "$HOME/bin" ];
|
||||
|
||||
home.file.".local/bin" = {
|
||||
source = "${self}/nix/bin";
|
||||
home.file."bin" = {
|
||||
source = "${self}/bin";
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue