nixos-config/user/utilities/downloads.nix

8 lines
91 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = (with pkgs; [
qbittorrent-qt5
]);
}