mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
fix: powerManagement.enable instead of enabled
This commit is contained in:
parent
829f68e33a
commit
eb28f3eac5
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ For Nix users, the equivalent of the above is
|
|||
|
||||
boot.kernelParams = [ "nvidia.NVreg_PreserveVideoMemoryAllocations=1" ];
|
||||
|
||||
hardware.nvidia.powerManagement.enabled = true
|
||||
hardware.nvidia.powerManagement.enable = true
|
||||
|
||||
# Making sure to use the proprietary drivers until the issue above is fixed upstream
|
||||
hardware.nvidia.open = false
|
||||
|
|
Loading…
Reference in a new issue