nixos/home/personal.nix

4 lines
70 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [kdePackages.ktorrent];
}