nix/home/programs/senpai.nix

11 lines
207 B
Nix

{
programs.senpai = {
enable = true;
config = {
addr = "chat.sr.ht";
nick = "thehedgeh0g";
password-cmd = "bw get password 'Bouncer API Token'";
# pane-widths
};
};
}