Skip to content

Commit

Permalink
more docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Lorentsen committed May 15, 2024
1 parent 6720aff commit 9ab23d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions modules/darwin/home-manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,12 +38,6 @@ in
# $ mas search <app name>
#
masApps = {
"1password" = 1333542190;
"canva" = 897446215;
"drafts" = 1435957248;
"hidden-bar" = 1452453066;
"wireguard" = 1451685025;
"yoink" = 457622435;
};
};

Expand Down

0 comments on commit 9ab23d3

Please sign in to comment.