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

8 lines
109 B
Nix
Raw Normal View History

{ self, ... }:
{
2024-03-16 22:12:53 +00:00
xdg.configFile.phpactor = {
source = "${self}/phpactor";
2024-03-16 22:12:53 +00:00
recursive = true;
};
}