dotfiles/lib/shared/modules/bin.nix

9 lines
128 B
Nix
Raw Normal View History

2024-03-16 22:12:53 +00:00
{
home.sessionPath = ["$HOME/.config/bin"];
xdg.configFile.bin = {
source = ../../../bin;
recursive = true;
};
}