home-manager/gui: Add Claude status line

This commit is contained in:
2026-06-14 03:08:00 +01:00
parent 2f7d5d3908
commit 36d7e4a7e3
2 changed files with 533 additions and 0 deletions
+13
View File
@@ -155,6 +155,19 @@ in
};
};
};
claude-code = {
enable = true;
settings = {
model = "opus";
theme = "auto";
statusLine = {
type = "command";
command = ./claude-statusline.sh;
padding = 0;
};
};
};
};
}