First build; Too many bugs...

This commit is contained in:
2026-03-27 23:54:05 +01:00
parent 8d326d27c9
commit 21bff544f3
27 changed files with 983 additions and 392 deletions

View File

@@ -10,7 +10,8 @@
tabiew # Table viewer
glow # MD Viewer
llm # LLM in the Terminal
# LLM in the Terminal
llm
# Fun stuff
zoxide
@@ -24,7 +25,7 @@
font = {
name = "Fira Code Nerd Font";
size = 12;
size = 10;
};
settings = {
@@ -97,13 +98,6 @@
i = "kitty +kitten icat";
"nix-switch" = "sudo darwin-rebuild switch --flake ~/.config/nix#cyper-mac";
};
initContent = ''
fastfetch
ai() {
llm -m groq/groq/compound "$@" | glow
}
'';
};
programs.fish = {
@@ -124,12 +118,6 @@
fastfetch
end
'';
functions.ai = {
body = ''
llm -m groq/groq/compound $argv | glow
'';
};
};
programs.starship = {