omniflake/home/desktop-full/aichat.nix
2026-03-29 14:23:01 +02:00

14 lines
185 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
aichat
glow
];
programs.fish.shellAliases = {
vibe = "aichat -c";
clank = "aichat -e";
slop = "aichat";
};
}