feat(homeModules/cli): add screensaver timeout

This commit is contained in:
Mohammad Rafiq 2025-05-21 19:01:45 +08:00
parent cedba9c4f6
commit 92d7ab9b29
No known key found for this signature in database
3 changed files with 7 additions and 4 deletions

View file

@ -5,7 +5,8 @@
}:
{
cli.shell = "zsh";
cli.enableScreensaver = true;
cli.screensaver.enable = true;
cli.screensaver.timeout = "10";
cli.editor = "nvf";
cli.file-browser = "yazi";
cli.multiplexer = "zellij";