add senpai irc client

This commit is contained in:
2025-03-11 19:25:33 +01:00
parent 6b280d71d2
commit 67e94c8054
2 changed files with 7 additions and 0 deletions

6
home/chat.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [ senpai ];
xdg.configFile."senpai".source = "${config.dotfiles.path}/.config/senpai";
}

View File

@@ -1,5 +1,6 @@
{
imports = [
../../home/chat.nix
../../home/cli.nix
../../home/common.nix
../../home/desktop