restructured core modules
This commit is contained in:
16
modules/system/core/hardware.nix
Normal file
16
modules/system/core/hardware.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
self,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
flake.nixosModules.hardware = {
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
xpadneo.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user