6 lines
115 B
Nix
6 lines
115 B
Nix
{
|
|
flake.modules.homeManager.base.xdg.configFile.phpactor = {
|
|
source = ./config;
|
|
recursive = true;
|
|
};
|
|
}
|