feat: add senpai
This commit is contained in:
parent
7479c6b99f
commit
be271f279c
1 changed files with 17 additions and 0 deletions
17
modules/desktop/apps/senpai.nix
Normal file
17
modules/desktop/apps/senpai.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos.desktop = { pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.senpai ];
|
||||
};
|
||||
|
||||
flake.modules.homeManager.desktop = {
|
||||
programs.senpai = {
|
||||
enable = true;
|
||||
config = {
|
||||
address = "irc.libera.chat:6697";
|
||||
nickname = "teesh3rt";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue