This commit is contained in:
2026-03-24 13:00:41 +03:00
parent 163b7549e2
commit 5554de588b
14 changed files with 119 additions and 28 deletions
+8 -1
View File
@@ -6,5 +6,12 @@
f() { llm "$@" | tee >(cat) | glow --style=dark --width=100; unset -f f; }; f'';
};
home.packages = with pkgs; [ python312Packages.llm glow ];
home.packages = with pkgs; [
# python312Packages.llm
glow
(llm.withPlugins { llm-openai-plugin = true; })
];
}