nix-config/modules/home-manager/cli/phpactor/default.nix

6 lines
84 B
Nix

{
xdg.configFile.phpactor = {
source = ./config;
recursive = true;
};
}