diff options
author | pranaless <[email protected]> | 2023-01-24 17:20:50 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-24 19:20:50 +0200 |
commit | eb9fa8460fb613bc701816e7087cc3667e43bb51 (patch) | |
tree | be28d730dc7837f235c39693a1c0602dedb17cca /nix/hm-module.nix | |
parent | e3d1743722376aa96538857d4a182a5f5527583c (diff) | |
download | Hyprland-eb9fa8460fb613bc701816e7087cc3667e43bb51.tar.gz Hyprland-eb9fa8460fb613bc701816e7087cc3667e43bb51.zip |
fix typo (#1420)
Diffstat (limited to 'nix/hm-module.nix')
-rw-r--r-- | nix/hm-module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 07c42e78..30cd59b5 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -78,7 +78,7 @@ in { type = lib.types.bool; default = false; defaultText = lib.literalExpression "false"; - example = lib.liberalExpression "true"; + example = lib.literalExpression "true"; description = '' Patch wlroots for better Nvidia support. ''; |