Update flakes, fix build errors for Yukari

This commit is contained in:
Kat Inskip 2024-01-06 14:25:13 -08:00
parent cdceb9d13d
commit 202fd41bec
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
15 changed files with 324 additions and 88 deletions

View file

@ -2,6 +2,7 @@
users.users.kat = {
uid = 1000;
isNormalUser = true;
linger = true;
openssh.authorizedKeys = {
inherit (tree.home.user.data) keys;
};
@ -13,6 +14,7 @@
"plugdev"
"input"
"uinput"
"adbusers"
];
};
}