mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
konawall-py on KDE
This commit is contained in:
parent
3403022403
commit
091ddb5b91
11 changed files with 46 additions and 94 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue