mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 15:06:00 +01:00
fix typo (#1420)
This commit is contained in:
parent
e3d1743722
commit
eb9fa8460f
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ in {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
defaultText = lib.literalExpression "false";
|
defaultText = lib.literalExpression "false";
|
||||||
example = lib.liberalExpression "true";
|
example = lib.literalExpression "true";
|
||||||
description = ''
|
description = ''
|
||||||
Patch wlroots for better Nvidia support.
|
Patch wlroots for better Nvidia support.
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -57,7 +57,7 @@ in {
|
||||||
nvidiaPatches = mkOption {
|
nvidiaPatches = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
example = liberalExpression "true";
|
example = literalExpression "true";
|
||||||
description = ''
|
description = ''
|
||||||
Patch wlroots for better Nvidia support.
|
Patch wlroots for better Nvidia support.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue