2 lines
66 B
Nix
2 lines
66 B
Nix
|
{ config, pkgs, ... }: { home.packages = with pkgs; [ rclone ]; }
|