add thelounge irc client

This commit is contained in:
Noah Masur
2024-02-25 18:50:00 +00:00
parent 3a4568bc69
commit b2cfdc1fdf
6 changed files with 36 additions and 0 deletions

View File

@ -107,6 +107,10 @@
type = lib.types.str;
description = "Hostname for download services.";
};
irc = lib.mkOption {
type = lib.types.str;
description = "Hostname for IRC services.";
};
};
};