refactor: seperate graphics config

This commit is contained in:
tux
2026-05-07 18:40:29 +05:30
parent 841f2ca4fb
commit c9df2483ec
2 changed files with 14 additions and 8 deletions

View File

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