This commit is contained in:
kat witch 2022-03-23 11:41:52 +00:00 committed by kat
parent ff1d56277f
commit e38bb2407d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
9 changed files with 64 additions and 38 deletions

View file

@ -10,7 +10,7 @@ with lib;
commonTags = [ "width:>=1600" ];
tagList = map (toList) [
(["score:>=50"
"touhou" "rating:s"]) #++ optional (nixos.networking.hostName == "koishi") "rating:s")
"touhou"]) #++ optional (nixos.networking.hostName == "koishi") "rating:s")
];
};
}