mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
konawall for macOS
This commit is contained in:
parent
1659ee9ca2
commit
ba5647287f
6 changed files with 95 additions and 17 deletions
|
|
@ -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)
|
||||
+ ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue