mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed lutris
This commit is contained in:
parent
3e64801e8c
commit
c8aa3bbc74
2 changed files with 34 additions and 14 deletions
|
@ -1,6 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
glxinfo
|
||||
];
|
||||
|
||||
boot.blacklistedKernelModules = [ "nouveau" ];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue