From 361959d426e45bf44077e0d49f54a034395a36e3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 29 Apr 2025 18:38:38 -0700 Subject: don't install packages via homebrew We can install everything through nix at this point. Add a helper function to check the type of the machine so we can install some packages for work vs. personal. --- nix/users/fcuny/dev.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix/users/fcuny/dev.nix') diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index f95c04d..3fa97da 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -7,6 +7,8 @@ home.packages = with pkgs; [ _1password-cli aider-chat + docker + iterm2 wireshark # go -- cgit v1.2.3