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 = {