Remove: Gaming / Sunshine / NVIDIA

This commit is contained in:
Vili Sinervä 2025-02-20 20:46:44 +02:00
parent 9dba2b3b6e
commit 0b9d40a96f
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
4 changed files with 0 additions and 128 deletions

View file

@ -1,16 +0,0 @@
{ config, pkgs, ... }:
{
hardware = {
graphics.enable = true;
nvidia = {
open = true;
forceFullCompositionPipeline = true;
};
};
services = {
xserver = pkgs.lib.mkIf config.services.xserver.enable {
videoDrivers = [ "nvidia" ];
};
};
}