feat: add aichat

This commit is contained in:
Mohammad Rafiq 2025-03-03 05:47:36 +08:00
parent 5fa49566c8
commit 0f71eecc18
2 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,10 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
# TODO: Move wayland-specific stuff to a wayland config
home.packages = with pkgs; [
fastfetch # system info
wl-clipboard # provides cli copy and paste commands
aichat # duh
];
programs = {