dots/modules/home-manager/common/linux-apps/pidgin.nix

3 lines
46 B
Nix

{ ... }: {
programs.pidgin.enable = true;
}