fixed lutris

This commit is contained in:
chloe 2025-08-02 10:15:23 +02:00
parent 3e64801e8c
commit c8aa3bbc74
2 changed files with 34 additions and 14 deletions

View file

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
glxinfo
];
boot.blacklistedKernelModules = [ "nouveau" ];
hardware.graphics = {
enable = true;