omniflake/home/aichat.nix
2026-01-28 14:00:40 +01:00

8 lines
76 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
aichat
glow
];
}