diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-21 08:48:56 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-21 08:48:56 -0700 |
| commit | 870cc75914685fccfb1d2544bfc6d3322ab95154 (patch) | |
| tree | 7d1c3b2c3ed905fb0aa42637ed9b22b4b34bf4a3 /nix/users/fcuny/dev.nix | |
| parent | clean up justfile and rename aliases (diff) | |
| download | infra-870cc75914685fccfb1d2544bfc6d3322ab95154.tar.gz | |
install tools with nix instead of brew
Diffstat (limited to 'nix/users/fcuny/dev.nix')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 038e5ce..d2bb6eb 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -1,7 +1,9 @@ { config, pkgs, ... }: { home.packages = with pkgs; [ + _1password-cli aider-chat + wireshark # go go-tools |
