feat: joycon support
This commit is contained in:
parent
57f13ab424
commit
c69fcfa2d2
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
../../modules/hardware/bluetooth.nix
|
../../modules/hardware/bluetooth.nix
|
||||||
../../modules/hardware/intel.nix
|
../../modules/hardware/intel.nix
|
||||||
|
../../modules/hardware/nintendo.nix
|
||||||
../../modules/hardware/nvidia.nix
|
../../modules/hardware/nvidia.nix
|
||||||
../../modules/hardware/physical.nix
|
../../modules/hardware/physical.nix
|
||||||
../../modules/hardware/pipewire.nix
|
../../modules/hardware/pipewire.nix
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
../../modules/hardware/bluetooth.nix
|
../../modules/hardware/bluetooth.nix
|
||||||
../../modules/hardware/laptop.nix
|
../../modules/hardware/laptop.nix
|
||||||
|
#../../modules/hardware/nintendo.nix
|
||||||
../../modules/hardware/intel.nix
|
../../modules/hardware/intel.nix
|
||||||
../../modules/hardware/nvidia.nix
|
../../modules/hardware/nvidia.nix
|
||||||
../../modules/hardware/physical.nix
|
../../modules/hardware/physical.nix
|
||||||
|
|
3
modules/hardware/nintendo.nix
Normal file
3
modules/hardware/nintendo.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
services.joycond.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue