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