diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-26 17:26:03 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-26 17:26:03 +0530 |
| commit | ce6ff95820ba0e3b24bfec96e9e17cf0a8850eb4 (patch) | |
| tree | 267afb4727f30f2604bce3c107bbac7009d8bdbe /nixos/opt | |
| parent | bb0e9d1426f3e7433a9e10c984e4f950e6a14932 (diff) | |
Diffstat (limited to 'nixos/opt')
| -rw-r--r-- | nixos/opt/nvidia.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/opt/nvidia.nix b/nixos/opt/nvidia.nix index 2c414f0..068e0be 100644 --- a/nixos/opt/nvidia.nix +++ b/nixos/opt/nvidia.nix @@ -2,6 +2,7 @@ { hardware.graphics.enable = true; hardware.nvidia = { + powerManagement.enable = true; modesetting.enable = true; package = config.boot.kernelPackages.nvidiaPackages.stable; nvidiaSettings = true; |
