Move ~/.config/bin to ~/bin

This commit is contained in:
Oliver Davies 2024-04-23 23:08:36 +01:00
parent 022fb2d986
commit e28f2816ef

View file

@ -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;
};