dotfiles/lib/shared/modules/phpactor.nix

7 lines
100 B
Nix

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