diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-16 16:24:03 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-16 16:24:03 -0600 |
commit | ad9cf5cf9e45d1c9daaa386dcb0eff00f3e20cfd (patch) | |
tree | 23698c55f206dfb02310a33b70426686c38774bc /macos.local | |
parent | c20d421c0fed94bfaa2c378ec92c6cb7663e100e (diff) |
system changes
Diffstat (limited to 'macos.local')
-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; |