mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Hotfix hyprlock pull rate on nvidia
This commit is contained in:
parent
ae5cbff75d
commit
d81fe4ef06
2 changed files with 13 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
};
|
||||
|
||||
services.hypridle = let
|
||||
hyprlockExe = "${lib.getExe inputs.hyprlock.packages.${pkgs.system}.default}";
|
||||
hyprlockExe = "${lib.getExe config.programs.hyprlock.package}";
|
||||
in {
|
||||
enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue