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

This commit is contained in:
Seaver Thorn 2024-05-30 07:53:04 -04:00 committed by GitHub
parent 8952839012
commit 90b70f368d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 {