fix theme
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user