This commit is contained in:
2026-07-20 23:01:15 +01:00
parent 0a7e26455d
commit 14fb9504a7
7 changed files with 158 additions and 100 deletions
+10
View File
@@ -0,0 +1,10 @@
{ den, modules, ... }:
{
modules.pi-coding = {
homeManager = {
programs.pi-coding-agent = {
enable = true;
};
};
};
}