limine: fix typo in module options (streched -> stretched) (#459589)

This commit is contained in:
Masum Reza
2025-11-08 03:31:11 +00:00
committed by GitHub
@@ -229,10 +229,10 @@ in
};
wallpaperStyle = lib.mkOption {
default = "streched";
default = "stretched";
type = lib.types.enum [
"centered"
"streched"
"stretched"
"tiled"
];
description = ''
@@ -375,7 +375,7 @@ in
}
(lib.mkIf (cfg.style.wallpapers == [ defaultWallpaper ]) {
boot.loader.limine.style.backdrop = lib.mkDefault "2F302F";
boot.loader.limine.style.wallpaperStyle = lib.mkDefault "streched";
boot.loader.limine.style.wallpaperStyle = lib.mkDefault "stretched";
})
(lib.mkIf cfg.enable {
assertions = [