diff options
Diffstat (limited to 'macos.local/.flake/system/core.nix.org')
-rw-r--r-- | macos.local/.flake/system/core.nix.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org index 355a7e2..c80f3eb 100644 --- a/macos.local/.flake/system/core.nix.org +++ b/macos.local/.flake/system/core.nix.org @@ -25,6 +25,8 @@ This file imports various system configuration components in addition to enablin skhd ]; + security.pam.enableSudoTouchIdAuth = true; + environment.variables.EDITOR = "nvim"; programs.gnupg.agent.enable = true; |