1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-09 18:30:01 +01:00

karabiner: change numbers to symbols and vice versa

This commit is contained in:
TheGeneralist 2025-06-26 23:11:11 +02:00
parent 1393a37f53
commit 91167bd614
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 84 additions and 0 deletions

6
modules/darwin/sudo.nix Normal file
View file

@ -0,0 +1,6 @@
{
security.pam.services.sudo_local = {
enable = true;
touchIdAuth = true;
};
}