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

3 lines
47 B
Nix

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