gaming: enable gpu
This commit is contained in:
@@ -33,4 +33,9 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia.open = true;
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user