nix-config/modules2/phpactor/phpactor.nix
Oliver Davies fa0bad904c
All checks were successful
/ check (push) Successful in 1m42s
Move phpactor configuration
2025-07-26 23:21:37 +01:00

6 lines
115 B
Nix

{
flake.modules.homeManager.base.xdg.configFile.phpactor = {
source = ./config;
recursive = true;
};
}