1 2 3 4 5 6 7 8 9
{ home, lib, ... }: { home.file = { ".tmux.conf".source = ./.tmux.conf; ".fdignore".source = ./.fdignore; ".bar.sh".source = ./.bar.sh; }; }