mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
nvidia: add missing semicolon for nix configuration. (#565)
This commit is contained in:
parent
b9ec5f4f38
commit
7f466c8885
1 changed files with 2 additions and 2 deletions
|
@ -160,8 +160,8 @@ For Nix users, the equivalent of the above is
|
|||
|
||||
boot.kernelParams = [ "nvidia.NVreg_PreserveVideoMemoryAllocations=1" ];
|
||||
|
||||
hardware.nvidia.powerManagement.enable = true
|
||||
hardware.nvidia.powerManagement.enable = true;
|
||||
|
||||
# Making sure to use the proprietary drivers until the issue above is fixed upstream
|
||||
hardware.nvidia.open = false
|
||||
hardware.nvidia.open = false;
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue