dotfiles/lib/shared/modules/bin.nix

9 lines
128 B
Nix

{
home.sessionPath = ["$HOME/.config/bin"];
xdg.configFile.bin = {
source = ../../../bin;
recursive = true;
};
}