nix-config/_/home-manager/_mixins/common/deluge.nix

4 lines
60 B
Nix

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