this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: renamed option in nix-darwin

+1 -1
+1 -1
modules/darwin.nix
··· 26 26 nix.registry.darwin.flake = inputs.darwin; 27 27 28 28 # Enable TouchID PAM on macOS 29 - security.pam.enableSudoTouchIdAuth = true; 29 + security.pam.services.sudo_local.touchIdAuth = true; 30 30 31 31 system = { 32 32 defaults.dock.autohide = true;