refactor(homeModules/cli): extract fzf to finder module=
This commit is contained in:
parent
42cfd252f8
commit
9b6a92f9db
3 changed files with 13 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
{
|
||||
options.cli = {
|
||||
shell = lib.pantheon.mkStrOption;
|
||||
finder = lib.pantheon.mkStrOption;
|
||||
screensaver.enable = lib.mkEnableOption "";
|
||||
screensaver.timeout = lib.pantheon.mkStrOption;
|
||||
screensaver.command = lib.pantheon.mkStrOption;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue