aider: remove package (update imperatively when deps fixed)
1 file changed, 0 insertions(+), 6 deletions(-)
changed files
M user/settings/aider.nix → user/settings/aider.nix
@@ -1,14 +1,8 @@ { - config, - lib, pkgs, ... }: { - home.packages = with pkgs; [ - (aider-chat.withOptional { withPlaywright = true; }) - ]; - home.file.".aider.conf.yml" = let yaml = pkgs.formats.yaml { };