feat(nvf): more ricing

This commit is contained in:
Mohammad Rafiq 2025-05-22 23:18:48 +08:00
parent 214b8dea90
commit c09c7cd6c0
No known key found for this signature in database
9 changed files with 24 additions and 3 deletions

View file

@ -11,6 +11,10 @@
screensaver.timeout = lib.pantheon.mkStrOption;
screensaver.command = lib.pantheon.mkStrOption;
editor = lib.pantheon.mkStrOption;
nvf.snippets = lib.mkOption {
type = lib.types.listOf lib.types.attrs;
default = { };
};
file-browser = lib.pantheon.mkStrOption;
multiplexer = lib.pantheon.mkStrOption;
fetch = lib.pantheon.mkStrOption;