Skip to content

Commit cd53d6f

Browse files
committed
modules/limine: typo: "streched" -> "stretched"
1 parent 643b724 commit cd53d6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/programs/limine/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ in
100100
wallpaper_style = lib.mkOption {
101101
type = lib.types.enum [
102102
"centered"
103-
"streched"
103+
"stretched"
104104
"tiled"
105105
];
106-
default = "streched";
106+
default = "stretched";
107107
description = ''
108108
The style which will be used to display the wallpaper image.
109109
'';
@@ -313,7 +313,7 @@ in
313313

314314
wallpaper = lib.mkDefault [ defaultWallpaper ];
315315
backdrop = lib.mkDefault "2F302F";
316-
wallpaper_style = lib.mkDefault "streched";
316+
wallpaper_style = lib.mkDefault "stretched";
317317
};
318318

319319
# this module supplies an implementation for `providers.bootloader`

0 commit comments

Comments
 (0)