File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 2121 ./freetube.nix
2222 ./fuzzel.nix
2323 ./fzf.nix
24+ ./gemini-cli.nix
2425 ./gh-dash.nix
2526 ./ghostty.nix
2627 ./gitui.nix
Original file line number Diff line number Diff line change 1+ { catppuccinLib } :
2+ { config , lib , ... } :
3+
4+ let
5+ inherit ( config . catppuccin ) sources ;
6+
7+ cfg = config . catppuccin . gemini-cli ;
8+ theme = lib . importJSON "${ sources . gemini-cli } /catppuccin-${ cfg . flavor } .json" ;
9+ in
10+
11+ {
12+ options . catppuccin . gemini-cli = catppuccinLib . mkCatppuccinOption { name = "gemini-cli" ; } ;
13+
14+ config = lib . mkIf cfg . enable {
15+ programs . gemini-cli = {
16+ settings . ui = {
17+ theme = theme . name ;
18+ customThemes . ${ theme . name } = theme ;
19+ } ;
20+ } ;
21+ } ;
22+ }
Original file line number Diff line number Diff line change 8484 "lastModified" : " 2024-10-30" ,
8585 "rev" : " 0af0e26901b60ada4b20522df739f032797b07c3"
8686 },
87+ "gemini-cli" : {
88+ "hash" : " sha256-RKNvZdqFle5yn0NrHQoTsSZ7PU7k2IYiyyVfsEcSgFY=" ,
89+ "lastModified" : " 2025-12-29" ,
90+ "rev" : " a96020445a6649db7c8918fe8e92f631b67464cb"
91+ },
8792 "gh-dash" : {
8893 "hash" : " sha256-fOCZxrEyWLi+VYnx3QYOP1R+VBhllhOlnO5/5Wg5aq4=" ,
8994 "lastModified" : " 2024-10-30" ,
You can’t perform that action at this time.
0 commit comments