Skip to content

Commit

Permalink
disable command-not-found and enable using TouchID for sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
esselius committed Aug 13, 2024
1 parent 29074a6 commit 33785f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion darwin-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
ezModules.context
ezModules.linux-builder
ezModules.nix
ezModules.security
];

}
3 changes: 3 additions & 0 deletions darwin-modules/security.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
security.pam.enableSudoTouchIdAuth = true;
}
1 change: 1 addition & 0 deletions home-modules/profiles/tools/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
};
};

command-not-found.enable = false;
nix-index-database.comma.enable = true;

ripgrep.enable = true;
Expand Down

0 comments on commit 33785f5

Please sign in to comment.