feat(zsh): add some nice to haves

This commit is contained in:
Mohammad Rafiq 2025-05-21 14:33:16 +08:00
parent eb3eea721d
commit 565d9b8948
No known key found for this signature in database
3 changed files with 28 additions and 16 deletions

View file

@ -7,6 +7,7 @@
{
options.cli = {
shell = lib.pantheon.mkStrOption;
enableScreensaver = lib.mkEnableOption "";
editor = lib.pantheon.mkStrOption;
file-browser = lib.pantheon.mkStrOption;
multiplexer = lib.pantheon.mkStrOption;