mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-11 12:22:04 +02:00
fix: refine shoukei idle screen off
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user