This commit is contained in:
parent
948d73e4f5
commit
8fde200459
1 changed files with 2 additions and 1 deletions
|
@ -678,8 +678,9 @@ in
|
|||
senpai =
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
config = lib.mkIf config.programs.senpai.enable {
|
||||
config = lib.mkIf config.lyte.shell {
|
||||
programs.senpai = {
|
||||
enable = true;
|
||||
config = {
|
||||
address = "irc+insecure://beefcake.hare-cod.ts.net:6667";
|
||||
nickname = "lytedev";
|
||||
|
|
Loading…
Add table
Reference in a new issue