From 55f7db0e89c65d76f31217bc826278ea86d6b126 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Tue, 20 Aug 2024 11:55:13 +0100 Subject: [PATCH] added opengl and 32bit vulkan support --- hosts/gabbielaptop/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 7d57d30..15f6939 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -27,7 +27,10 @@ # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - + hardware.graphics = { + enable = true; + enable32Bit = true; + }; # Enable networking networking.networkmanager.enable = true;