diff --git a/README.md b/README.md index cd265d1a..f6dd652f 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ nix run .#build-switch - **Backed by Continuous Integration**: Flake auto updates weekly if changes don't break starter build +# Noteworthy additions +- **Homebrew** + Added support for formulas +- **Sudo fingerprints** + (security.pam.enableSudoTouchIdAuth = true;) + # Tools Overview ## Containers and Virtualization diff --git a/modules/darwin/home-manager.nix b/modules/darwin/home-manager.nix index 71a11649..374b3088 100644 --- a/modules/darwin/home-manager.nix +++ b/modules/darwin/home-manager.nix @@ -28,6 +28,7 @@ in # Homebrew is *installed* via the flake input nix-homebrew enable = true; casks = pkgs.callPackage ./casks.nix {}; + brews = pkgs.callPackage ./brews.nix {}; # These app IDs are from using the mas CLI app # mas = mac app store @@ -37,12 +38,6 @@ in # $ mas search # masApps = { - "1password" = 1333542190; - "canva" = 897446215; - "drafts" = 1435957248; - "hidden-bar" = 1452453066; - "wireguard" = 1451685025; - "yoink" = 457622435; }; };