about summary refs log tree commit diff stats
path: root/home-manager/rclone/default.nix
blob: 1939a0b5d1c94976bffde0e1449ae14493afe23d (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  config,
  pkgs,
  ...
}: {
  xdg.configFile."rclone/rclone.conf".source = ./rclone.conf;
}
# vim: ts=2