6 lines
84 B
Nix
6 lines
84 B
Nix
{
|
|
xdg.configFile.phpactor = {
|
|
source = ./config;
|
|
recursive = true;
|
|
};
|
|
}
|