diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-05 16:46:24 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-05 16:46:24 -0700 |
| commit | fcd787a6439051251ebff2c2cd98c7a0251cbf34 (patch) | |
| tree | 02e140f48b55a669216cb684c04c8cf8ad9eeb33 /nix/users/fcuny/dev.nix | |
| parent | a few more configurations for darwin (diff) | |
| download | infra-fcd787a6439051251ebff2c2cd98c7a0251cbf34.tar.gz | |
install emacs and aider
Diffstat (limited to 'nix/users/fcuny/dev.nix')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
