Skip to content

Commit

Permalink
auto-session: fix sessionLens.sessionControl config attribute (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos authored Feb 18, 2024
1 parent 361e2ec commit 8e3b20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/utils/auto-session.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 8e3b20f

Please sign in to comment.