aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/dev.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-21 08:48:56 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-21 08:48:56 -0700
commit870cc75914685fccfb1d2544bfc6d3322ab95154 (patch)
tree7d1c3b2c3ed905fb0aa42637ed9b22b4b34bf4a3 /nix/users/fcuny/dev.nix
parentclean up justfile and rename aliases (diff)
downloadinfra-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.nix2
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