konawall-py on KDE

This commit is contained in:
Kat Inskip 2023-11-12 14:45:15 -08:00
parent 3403022403
commit 091ddb5b91
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 46 additions and 94 deletions

View file

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