Skip to content

Commit

Permalink
Adds homebrew app to darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjameswhitman committed Jan 11, 2025
1 parent 5edd776 commit aa57499
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions machines/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
vim
];

# Homebrew packages (need to manually install homebrew first)
homebrew.enable = true;
homebrew.casks = [
"middleclick"
];

services.nix-daemon.enable = true;

security.pam.enableSudoTouchIdAuth = true;
Expand Down

0 comments on commit aa57499

Please sign in to comment.