feat(zsh): add screensaver

This commit is contained in:
Mohammad Rafiq 2025-05-21 19:55:25 +08:00
parent 92d7ab9b29
commit 6d61b159a0
No known key found for this signature in database
3 changed files with 12 additions and 8 deletions

View file

@ -6,7 +6,8 @@
{
cli.shell = "zsh";
cli.screensaver.enable = true;
cli.screensaver.timeout = "10";
cli.screensaver.timeout = "100";
cli.screensaver.command = "cbonsai -S";
cli.editor = "nvf";
cli.file-browser = "yazi";
cli.multiplexer = "zellij";
@ -20,6 +21,7 @@
};
home.packages = with pkgs; [
cbonsai
ripgrep
devenv
pantheon.rebuild