dotfiles/nix/modules/home-manager/features/cli/phpactor.nix

8 lines
109 B
Nix

{ self, ... }:
{
xdg.configFile.phpactor = {
source = "${self}/phpactor";
recursive = true;
};
}