aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/hm-module.nix
diff options
context:
space:
mode:
authorpranaless <[email protected]>2023-01-24 17:20:50 +0000
committerGitHub <[email protected]>2023-01-24 19:20:50 +0200
commiteb9fa8460fb613bc701816e7087cc3667e43bb51 (patch)
treebe28d730dc7837f235c39693a1c0602dedb17cca /nix/hm-module.nix
parente3d1743722376aa96538857d4a182a5f5527583c (diff)
downloadHyprland-eb9fa8460fb613bc701816e7087cc3667e43bb51.tar.gz
Hyprland-eb9fa8460fb613bc701816e7087cc3667e43bb51.zip
fix typo (#1420)
Diffstat (limited to 'nix/hm-module.nix')
-rw-r--r--nix/hm-module.nix2
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.
'';