Enable 32bit graphics on crow

This commit is contained in:
KnightArtorias 2026-05-23 11:31:50 -04:00
parent fc81d64491
commit 31ee304be9

View file

@ -87,6 +87,11 @@
time.timeZone = "America/New_York"; time.timeZone = "America/New_York";
time.hardwareClockInLocalTime = false; time.hardwareClockInLocalTime = false;
hardware.graphics = {
enable = true;
enable32Bit = true;
};
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.auto-optimise-store = true; nix.settings.auto-optimise-store = true;
nix.gc = { nix.gc = {