From 0f71eecc18d923ef685fea3266b63020b1ba0317 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 3 Mar 2025 05:47:36 +0800 Subject: [PATCH] feat: add aichat --- users/modules/sh.nix | 1 + users/modules/utils.nix | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/users/modules/sh.nix b/users/modules/sh.nix index d656add..d4389f8 100644 --- a/users/modules/sh.nix +++ b/users/modules/sh.nix @@ -4,6 +4,7 @@ shellAliases = { rebuild = "sudo nixos-rebuild switch --flake"; gs = "git status"; + ai = "aichat -r %shell% -e"; }; }; } diff --git a/users/modules/utils.nix b/users/modules/utils.nix index b85dfc3..cd9a0d3 100644 --- a/users/modules/utils.nix +++ b/users/modules/utils.nix @@ -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 = {