flocon/home/chat.nix

6 lines
146 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [ senpai ];
xdg.configFile."senpai".source = "${config.dotfiles.path}/.config/senpai";
}