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:
parent
0ba744508c
commit
aee05f3e1c
2 changed files with 21 additions and 17 deletions
14
system.nix
14
system.nix
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue