mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
nixos/xone: fixed a typo in the option description (#310419)
This commit is contained in:
parent
8952839012
commit
90b70f368d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.hardware.xone = {
|
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 {
|
config = mkIf cfg.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue