added opengl and 32bit vulkan support

This commit is contained in:
Gabriella Bere 2024-08-20 11:55:13 +01:00
parent 8c66fa1049
commit 55f7db0e89

View file

@ -27,7 +27,10 @@
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
hardware.graphics = {
enable = true;
enable32Bit = true;
};
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;