cnfgs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.zsh.shellAliases = {
|
||||
llm = ''
|
||||
f() { llm "$@" | tee >(cat) | glow --style=dark --width=100; unset -f f; }; f'';
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ python312Packages.llm glow ];
|
||||
}
|
||||
Reference in New Issue
Block a user