We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba1d6d commit 65d3b1cCopy full SHA for 65d3b1c
home-manager/.config/home-manager/home.nix
@@ -315,10 +315,9 @@ in
315
pkgs.cloc # line count code
316
pkgs.helix # alternate editor
317
# pkgs.iamb # matrix chat client
318
- ppkgs.chatgpt-cli # chatgpt cli
319
- pkgs.mods # another llm cli
320
- pkgs.llm # package to access multiple llms
321
- pkgs.shell-gpt # another chatgpt cli
+ ppkgs.fabric # llm interaction with predefined prompts
+ pkgs.aichat # a better aichat
+ # pkgs.aider-chat # work on full codebase
322
pkgs.feh # image viewer (for desktop background)
323
pkgs.kopia # backup
324
pkgs.piper-tts # text to speech
0 commit comments