Add qbittorrent and drop zen kernel

This commit is contained in:
2026-03-31 22:53:50 +02:00
parent 84b80ee811
commit 6fe61afbaa
2 changed files with 8 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
qbittorrent
];
}