From 31ee304be938e6bd2d49f6043de7399d924b27f1 Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Sat, 23 May 2026 11:31:50 -0400 Subject: [PATCH] Enable 32bit graphics on crow --- modules/hosts/crow/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hosts/crow/configuration.nix b/modules/hosts/crow/configuration.nix index 2134eae..010a6b9 100644 --- a/modules/hosts/crow/configuration.nix +++ b/modules/hosts/crow/configuration.nix @@ -87,6 +87,11 @@ time.timeZone = "America/New_York"; time.hardwareClockInLocalTime = false; + hardware.graphics = { + enable = true; + enable32Bit = true; + }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.auto-optimise-store = true; nix.gc = {