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 = {