feat(zsh): add screensaver
This commit is contained in:
parent
92d7ab9b29
commit
6d61b159a0
3 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue