Files
flocon/home/chat.nix
2025-03-11 22:42:26 +01:00

7 lines
146 B
Nix

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