feat: setup powermanagement to try fix hyprlock.
This commit is contained in:
parent
c26120b00f
commit
99371a812c
1 changed files with 2 additions and 1 deletions
|
|
@ -55,12 +55,13 @@
|
|||
enable32Bit = true;
|
||||
};
|
||||
|
||||
# Setup nvidia drivers
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
open = true;
|
||||
nvidiaSettings = true;
|
||||
powerManagement.enable = true;
|
||||
};
|
||||
|
||||
# Enable networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue