devos/profiles/torrents/default.nix

7 lines
84 B
Nix
Raw Normal View History

2021-04-09 19:51:39 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
qbittorrent
];
}