From 99371a812c44e6d89167689a50f1acb16cbeea15 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 25 Jan 2026 13:49:45 +0100 Subject: [PATCH] feat: setup powermanagement to try fix hyprlock. --- hosts/skadi/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index 0df9d3e..fa89fe8 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -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