mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
9 lines
141 B
Nix
9 lines
141 B
Nix
{
|
|
imports = [
|
|
../../../../common/gpu/nvidia/disable.nix
|
|
../shared.nix
|
|
];
|
|
|
|
# Disables the Nvidia GPU, better for battery life
|
|
}
|