konawall for macOS

This commit is contained in:
Kat Inskip 2023-07-30 12:59:15 -07:00
parent 1659ee9ca2
commit ba5647287f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 95 additions and 17 deletions

View file

@ -64,6 +64,17 @@ _: let
];
home-manager.users.kat = {
services.konawall = {
enable = true;
interval_macos = 3600;
mode = "shuffle";
commonTags = ["width:>=1600"];
tagList = [
"score:>=50"
#"no_humans"
"rating:s"
];
};
home.file.".orbstack/ssh/authorized_keys".text =
(string.concatSep "\n" tree.kat.user.data.keys)
+ ''