update: 9/26/2024

This commit is contained in:
2024-09-27 00:49:10 +09:00
parent f81f24a954
commit 44f0e39204
5 changed files with 18 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
{ pkgs, ... }:
{
hardware.opengl.enable = true;
hardware.opengl.driSupport32Bit = true;
hardware.opengl.extraPackages = with pkgs; [
hardware.graphics.enable = true;
hardware.graphics.driSupport32Bit = true;
hardware.graphics.extraPackages = with pkgs; [
mesa
];
}