about summary refs log tree commit diff stats
path: root/modules/home/conf/yt/default.nix
blob: 14710586a962be4edbcc1e29c18479ad64b0b6e0 (plain) (blame)
1
2
3
4
{...}: {
  xdg.configFile."yt/mpv.conf".source = ./mpv.conf;
  xdg.configFile."yt/mpv.input.conf".source = ./input.conf;
}