Changes Stuff

This commit is contained in:
2026-03-28 18:32:21 +01:00
parent 21bff544f3
commit 3f8b11c058
69 changed files with 121 additions and 111 deletions

View File

@@ -11,7 +11,7 @@
glow # MD Viewer
# LLM in the Terminal
llm
(pkgs.llm.withPlugins { llm-groq = true; })
# Fun stuff
zoxide
@@ -118,6 +118,12 @@
fastfetch
end
'';
functions.l = {
body = ''
llm prompt -m groq/llama-3.3-70b-versatile -t std $argv | glow
'';
};
};
programs.starship = {