Unverified Commit 90b70f36 authored by Seaver Thorn's avatar Seaver Thorn Committed by GitHub
Browse files

nixos/xone: fixed a typo in the option description (#310419)

parent 89528390
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ let
in
{
  options.hardware.xone = {
    enable = mkEnableOption "the xone driver for Xbox One and Xbobx Series X|S accessories";
    enable = mkEnableOption "the xone driver for Xbox One and Xbox Series X|S accessories";
  };

  config = mkIf cfg.enable {