refactor(hardware): reorganize module structure

This commit is contained in:
tux
2026-05-09 02:40:27 +05:30
parent 920cc2d4d6
commit 40bb53a844
3 changed files with 3 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
{
flake.modules.nixos.hardware = {
hardware = {
graphics = {
enable = true;
enable32Bit = true;
};
enableAllFirmware = true;
usb-modeswitch.enable = true;
};
};
}