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