nixfiles/home/apps/rclone.nix

2 lines
66 B
Nix
Raw Normal View History

2022-08-04 16:58:49 +01:00
{ config, pkgs, ... }: { home.packages = with pkgs; [ rclone ]; }