mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Further work on darwin
This commit is contained in:
parent
9b475d6b33
commit
eb4713ec37
10 changed files with 125 additions and 123 deletions
|
|
@ -1,5 +1,8 @@
|
|||
_: {
|
||||
{pkgs, ...}: {
|
||||
fonts = {
|
||||
fontDir.enable = true;
|
||||
fonts = with pkgs; [
|
||||
monaspace
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
3
darwin/common/touchid.nix
Normal file
3
darwin/common/touchid.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
_: {
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue