about summary refs log blame commit diff stats
path: root/home-manager/config/rclone/default.nix
blob: 1939a0b5d1c94976bffde0e1449ae14493afe23d (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                             
{
  config,
  pkgs,
  ...
}: {
  xdg.configFile."rclone/rclone.conf".source = ./rclone.conf;
}
# vim: ts=2