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