1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat: enable Touch ID for sudo

This commit is contained in:
Ryan Cao 2023-08-12 11:10:14 +08:00
parent 0ba744508c
commit aee05f3e1c
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 21 additions and 17 deletions

View file

@ -15,9 +15,6 @@
rustc
cargo
rustfmt
rust-analyzer
clippy
ccache
deno
@ -26,15 +23,17 @@
(python311.withPackages (ps:
with ps; [
pip
yt-dlp
xkcdpass
# catppuccin-catwalk
]))
libffi
openssl
rust-analyzer
nodePackages.typescript-language-server
rustfmt
clippy
age
asciinema
@ -60,7 +59,6 @@
nerdfix
pscale
railway
redis
silicon
tealdeer
tokei
@ -70,6 +68,10 @@
zoxide
typst
packwiz
catppuccin-catwalk
packwiz
];
services.nix-daemon.enable = true;
@ -108,6 +110,8 @@
'';
};
security.pam.enableSudoTouchIdAuth = true;
programs.zsh.enable = true;
programs.fish.enable = true;