feat(homeModules/cli): add screensaver timeout
This commit is contained in:
parent
cedba9c4f6
commit
92d7ab9b29
3 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,8 @@
|
|||
{
|
||||
options.cli = {
|
||||
shell = lib.pantheon.mkStrOption;
|
||||
enableScreensaver = lib.mkEnableOption "";
|
||||
screensaver.enable = lib.mkEnableOption "";
|
||||
screensaver.timeout = lib.pantheon.mkStrOption;
|
||||
editor = lib.pantheon.mkStrOption;
|
||||
file-browser = lib.pantheon.mkStrOption;
|
||||
multiplexer = lib.pantheon.mkStrOption;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue