fix theme

This commit is contained in:
soraefir
2026-06-05 01:16:39 +02:00
parent a1e6aef20a
commit aab910d3a6
2 changed files with 133 additions and 28 deletions

View File

@@ -46,6 +46,6 @@ with lib; {
bg = mkOption {
type = types.path;
default = let bg = maybePath "main/bg.png"; in if bg != null then bg else builtins.head mainImages;
default = let bg = maybePath "main/main.png"; in if bg != null then bg else builtins.head mainImages;
};
}