From 4927dc4af84e472b993323fb1baa5f9bccd54508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 2 May 2023 17:27:15 +0100 Subject: [PATCH] hotfix theme --- config/programs/theming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/programs/theming.nix b/config/programs/theming.nix index 31be2dd1..ee04124e 100644 --- a/config/programs/theming.nix +++ b/config/programs/theming.nix @@ -41,7 +41,7 @@ }; validBGs = ["${pkgs.lotte-art}/2020-07-24-urbankitsune-bna-ych.jxl" "${pkgs.lotte-art}/2022-05-02-anonfurryartist-giftart.jxl" "${pkgs.lotte-art}/2022-06-21-sammythetanuki-lotteplushpride.jxl"] ++ (map fixupImage prepBGs); - validBGsNSFW = ["${pkgs.lotte-art}2021-10-29-butterskunk-lotte-scat-buffet.jxl" "${pkgs.lotte-art}/2022-08-12-deathtoaster-funpit-scat.jxl" "${pkgs.lotte-art}/2022-08-15-deathtoaster-funpit-mud.jxl"] ++ (map fixupImage prepBGsNSFW) ++ validBGs; + validBGsNSFW = ["${pkgs.lotte-art}/2021-10-29-butterskunk-lotte-scat-buffet.jxl" "${pkgs.lotte-art}/2022-08-12-deathtoaster-funpit-scat.jxl" "${pkgs.lotte-art}/2022-08-15-deathtoaster-funpit-mud.jxl"] ++ (map fixupImage prepBGsNSFW) ++ validBGs; mod = a: b: a - (a / b * b); choose = l: rand: let len = builtins.length l; in builtins.elemAt l (mod rand len);