flake update, vscode enable agent features, kitty layout config

This commit is contained in:
Salar Rahmanian 2025-04-05 17:52:58 -07:00
parent e52b88e25a
commit 42d60d9f19
4 changed files with 25 additions and 17 deletions

View file

@ -5,7 +5,7 @@ let
in
{
home.packages = with pkgs; [
aider-chat.withPlaywright
aider-chat-full
];
home.file.".aider.conf.yml".text = aiderConfig;
}