From fcd787a6439051251ebff2c2cd98c7a0251cbf34 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 5 Apr 2025 16:46:24 -0700 Subject: install emacs and aider --- nix/users/fcuny/dev.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index c73d728..074ab0e 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -1,6 +1,10 @@ { config, pkgs, ... }: { home.packages = with pkgs; [ + emacs + + aider-chat + # go go-tools golangci-lint -- cgit v1.2.3