feat: add aichat
This commit is contained in:
parent
5fa49566c8
commit
0f71eecc18
2 changed files with 3 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
rebuild = "sudo nixos-rebuild switch --flake";
|
rebuild = "sudo nixos-rebuild switch --flake";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
|
ai = "aichat -r %shell% -e";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
{ pkgs, ... }:
|
{pkgs, ...}: {
|
||||||
|
|
||||||
{
|
|
||||||
# TODO: Move wayland-specific stuff to a wayland config
|
# TODO: Move wayland-specific stuff to a wayland config
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
fastfetch # system info
|
fastfetch # system info
|
||||||
wl-clipboard # provides cli copy and paste commands
|
wl-clipboard # provides cli copy and paste commands
|
||||||
|
aichat # duh
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue