From 3ce87c28cef588b9582716ed6f5626942260f5ec Mon Sep 17 00:00:00 2001 From: Zeusina Date: Tue, 21 Jul 2026 23:35:50 +0300 Subject: [PATCH] feat(kachu-laptop): :sparkles: enable graphics for steam --- hosts/kachu-laptop/hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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; + }; }