mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
11 lines
149 B
Nix
11 lines
149 B
Nix
{ ... }:
|
|
|
|
{
|
|
hardware = {
|
|
nvidia.prime.offload.enable = true;
|
|
opengl.enable = true;
|
|
};
|
|
|
|
services.xserver.videoDrivers = [ "nvidia" ];
|
|
}
|