mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
10 lines
156 B
Nix
10 lines
156 B
Nix
{
|
|
programs.pi-coding-agent = {
|
|
enable = true;
|
|
context = "";
|
|
};
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.pi/agent/AGENTS.md
|
|
'';
|
|
}
|