fix: senpai missing in shell configs
Some checks failed
/ check (push) Has been cancelled

This commit is contained in:
Daniel Flanagan 2025-02-17 00:08:02 -06:00
parent 948d73e4f5
commit 8fde200459

View file

@ -678,8 +678,9 @@ in
senpai = senpai =
{ lib, config, ... }: { lib, config, ... }:
{ {
config = lib.mkIf config.programs.senpai.enable { config = lib.mkIf config.lyte.shell {
programs.senpai = { programs.senpai = {
enable = true;
config = { config = {
address = "irc+insecure://beefcake.hare-cod.ts.net:6667"; address = "irc+insecure://beefcake.hare-cod.ts.net:6667";
nickname = "lytedev"; nickname = "lytedev";