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