mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
11 lines
170 B
Nix
11 lines
170 B
Nix
{
|
|
hardware.nvidia = {
|
|
open = false;
|
|
};
|
|
services.xserver.videoDrivers = [ "nvidia" ];
|
|
hardware.graphics = {
|
|
enable = true;
|
|
enable32Bit = true;
|
|
};
|
|
}
|
|
|