diff --git a/nixos-config/modules/common/home/home.nix b/nixos-config/modules/common/home/home.nix index 868a7792..b49d4cea 100644 --- a/nixos-config/modules/common/home/home.nix +++ b/nixos-config/modules/common/home/home.nix @@ -468,6 +468,10 @@ in { jfrog-cli minikube yarn + hashcat + hugo + kind + iperf ] ++ [ cmatrix diff --git a/nixos-config/modules/global/macos.nix b/nixos-config/modules/global/macos.nix index d95f9937..2ab8227d 100644 --- a/nixos-config/modules/global/macos.nix +++ b/nixos-config/modules/global/macos.nix @@ -1,4 +1,11 @@ -{ config, lib, pkgs, options, pwnvim, ... }: { +{ + config, + lib, + pkgs, + options, + pwnvim, + ... +}: { cfg.os.name = "macos"; system.stateVersion = 4; @@ -7,6 +14,7 @@ brews = [ "aws-sso-util" "k9s" + "hcxtools" ]; casks = [ "session-manager-plugin" @@ -32,7 +40,7 @@ pathsToLink = [ "/Applications" "/share/zsh" - ]; + ]; }; # users.users."mike.splain" = { @@ -67,4 +75,4 @@ }; screencapture.location = "/Users/${config.cfg.user.name}/Downloads"; }; -} \ No newline at end of file +}