cnfgs
This commit is contained in:
@@ -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; })
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user