fix: refine shoukei idle screen off

This commit is contained in:
Ryan Yin
2026-09-03 23:26:03 +08:00
parent 1ec29059ad
commit 7661be6a69
3 changed files with 35 additions and 3 deletions
@@ -8,4 +8,9 @@ let
"shoukei-niri"
];
in
lib.genAttrs hosts (_: "/home/${username}")
lib.genAttrs hosts (_: {
homeDirectory = "/home/${username}";
hypridleScreenOffIgnoresInhibitors = true;
hypridleScreenOffSkipsPlayingMedia = true;
hypridleLockIgnoresInhibitors = true;
})