diff --git a/common/packages.nix b/common/packages.nix index b54d939..fd3d8e3 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -53,9 +53,6 @@ in # printing ghostscript - # education - anki - # monitoring ctop glances @@ -106,9 +103,10 @@ in openssl openvpn sshfs # mac requires https://osxfuse.github.io/ + tcpdump vpngate whois - wireshark + wireshark-qt # backup restic @@ -132,6 +130,7 @@ in # nix cachix nix-diff + nix-query-tree-viewer nixfmt nixpkgs-fmt nixpkgs-review diff --git a/modules/darwin/brew.nix b/modules/darwin/brew.nix index 4f90578..d6c3de1 100644 --- a/modules/darwin/brew.nix +++ b/modules/darwin/brew.nix @@ -26,6 +26,7 @@ in casks = [ "1password" + "osxfuse" "visual-studio-code" ];