[NixOS] Make module splits make a lot more sense.

This commit is contained in:
2023-06-29 00:06:52 -06:00
parent 006b8d8433
commit 7ff7e8b5a2
10 changed files with 3 additions and 185 deletions

View File

@@ -7,6 +7,5 @@
boot.extraModulePackages = with pkgs; [
xboxdrv
];
# hardware.xpadneo.enable = true;
hardware.xone.enable = true;
}