diff --git a/hosts/kachu-laptop/hardware-configuration.nix b/hosts/kachu-laptop/hardware-configuration.nix index 6cf8452..4e3600d 100644 --- a/hosts/kachu-laptop/hardware-configuration.nix +++ b/hosts/kachu-laptop/hardware-configuration.nix @@ -96,4 +96,9 @@ package = config.boot.kernelPackages.nvidiaPackages.stable; powerManagement.enable = true; }; + + hardware.graphics = { + enable = true; + enable32Bit = true; + }; }