Move bin
into my .local
directory
This commit is contained in:
parent
e3dda9ade8
commit
7beeb924f7
|
@ -1,7 +1,7 @@
|
|||
{ self, ... }: {
|
||||
home.sessionPath = [ "$HOME/bin" ];
|
||||
home.sessionPath = [ "$HOME/.local/bin" ];
|
||||
|
||||
home.file.bin = {
|
||||
home.file.".local/bin" = {
|
||||
source = "${self}/bin";
|
||||
recursive = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue