diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2026-01-31 15:10:46 -0500 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2026-01-31 15:10:46 -0500 |
| commit | f061e0b0c7ed745f372a89d5ec5f69dbd818c731 (patch) | |
| tree | 6df41e1666046bb9292a3be74b278b2ba68bf78d /modules/hardware/gpu.nix | |
| parent | 968c8b2ad3459c9834c3d4ccb799031f9be5b6ca (diff) | |
| download | nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.tar.gz nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.tar.bz2 nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.zip | |
desktop changes 2026-01-31
Diffstat (limited to 'modules/hardware/gpu.nix')
| -rw-r--r-- | modules/hardware/gpu.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/hardware/gpu.nix b/modules/hardware/gpu.nix index a71d9d3..32fdf68 100644 --- a/modules/hardware/gpu.nix +++ b/modules/hardware/gpu.nix @@ -42,12 +42,11 @@ in { hardware.nvidia = { modesetting.enable = true; - powerManagement.enable = false; + powerManagement.enable = true; powerManagement.finegrained = false; open = true; nvidiaSettings = true; - package = config.boot.kernelPackages.nvidiaPackages.latest; }; environment.systemPackages = with pkgs; [ |
