We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643b724 commit cd53d6fCopy full SHA for cd53d6f
1 file changed
modules/programs/limine/default.nix
@@ -100,10 +100,10 @@ in
100
wallpaper_style = lib.mkOption {
101
type = lib.types.enum [
102
"centered"
103
- "streched"
+ "stretched"
104
"tiled"
105
];
106
- default = "streched";
+ default = "stretched";
107
description = ''
108
The style which will be used to display the wallpaper image.
109
'';
@@ -313,7 +313,7 @@ in
313
314
wallpaper = lib.mkDefault [ defaultWallpaper ];
315
backdrop = lib.mkDefault "2F302F";
316
- wallpaper_style = lib.mkDefault "streched";
+ wallpaper_style = lib.mkDefault "stretched";
317
};
318
319
# this module supplies an implementation for `providers.bootloader`
0 commit comments