{ config, pkgs, ... }: { home.packages = with pkgs; [ pi ]; home.file."${config.xdg.configHome}/.pi" = { source = ./config; recursive = true; }; }