restructured core modules

This commit is contained in:
2026-07-04 18:25:35 +01:00
parent 2d9e205897
commit 05b0864145
6 changed files with 150 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
{
self,
inputs,
...
}: {
flake.nixosModules.hardware = {
pkgs,
lib,
...
}: {
hardware = {
bluetooth.enable = true;
xpadneo.enable = true;
};
};
}