Move ~/.config/bin
to ~/bin
This commit is contained in:
parent
022fb2d986
commit
e28f2816ef
|
@ -1,7 +1,7 @@
|
|||
{ self, ... }: {
|
||||
home.sessionPath = [ "$HOME/.config/bin" ];
|
||||
home.sessionPath = [ "$HOME/bin" ];
|
||||
|
||||
xdg.configFile.bin = {
|
||||
home.file.bin = {
|
||||
source = "${self}/bin";
|
||||
recursive = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue