Further work on darwin

This commit is contained in:
Kat Inskip 2023-11-15 18:44:30 -08:00
parent 9b475d6b33
commit eb4713ec37
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 125 additions and 123 deletions

View file

@ -1,5 +1,8 @@
_: {
{pkgs, ...}: {
fonts = {
fontDir.enable = true;
fonts = with pkgs; [
monaspace
];
};
}

View file

@ -0,0 +1,3 @@
_: {
security.pam.enableSudoTouchIdAuth = true;
}