auto-session: fix sessionLens.sessionControl config attribute (#1118)

This commit is contained in:
André Vitor de Lima Matos 2024-02-18 07:45:23 -03:00 committed by GitHub
parent 361e2ec74b
commit 8e3b20f0d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ in {
load_on_setup = loadOnSetup;
theme_conf = themeConf;
inherit previewer;
sessionControl = with sessionControl; {
session_control = with sessionControl; {
control_dir = controlDir;
control_filename = controlFilename;
};