First build; Too many bugs...
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user