From 67e94c80541bb0ae12bb5daaf8b1f71942e368de Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Tue, 11 Mar 2025 19:25:33 +0100 Subject: [PATCH] add senpai irc client --- home/chat.nix | 6 ++++++ hosts/haze/home.nix | 1 + 2 files changed, 7 insertions(+) create mode 100644 home/chat.nix diff --git a/home/chat.nix b/home/chat.nix new file mode 100644 index 0000000..25fcf22 --- /dev/null +++ b/home/chat.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ... }: +{ + home.packages = with pkgs; [ senpai ]; + + xdg.configFile."senpai".source = "${config.dotfiles.path}/.config/senpai"; +} diff --git a/hosts/haze/home.nix b/hosts/haze/home.nix index 952c3fb..7742ea8 100644 --- a/hosts/haze/home.nix +++ b/hosts/haze/home.nix @@ -1,5 +1,6 @@ { imports = [ + ../../home/chat.nix ../../home/cli.nix ../../home/common.nix ../../home/desktop