Remove: Gaming / Sunshine / NVIDIA
This commit is contained in:
parent
9dba2b3b6e
commit
0b9d40a96f
4 changed files with 0 additions and 128 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue