about summary refs log tree commit diff
path: root/nixos/modules/services/x11/mesa.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/x11/mesa.nix')
-rw-r--r--nixos/modules/services/x11/mesa.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/mesa.nix b/nixos/modules/services/x11/mesa.nix
index fdf1ca74b6eb..f3e24bac8165 100644
--- a/nixos/modules/services/x11/mesa.nix
+++ b/nixos/modules/services/x11/mesa.nix
@@ -8,7 +8,7 @@ let
 in {
   options = {
     services.mesa.enable = mkOption {
-      description = "Whether this configuration requires mesa";
+      description = "Whether this configuration requires mesa.";
       type = types.bool;
       default = false;
       internal = true;