feat(nvf): more ricing
This commit is contained in:
parent
214b8dea90
commit
c09c7cd6c0
9 changed files with 24 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue