diff --git a/nix/nixos-modules/frontend/home.nix b/nix/nixos-modules/frontend/home.nix index 472de49..5ead59d 100644 --- a/nix/nixos-modules/frontend/home.nix +++ b/nix/nixos-modules/frontend/home.nix @@ -196,23 +196,20 @@ in sponsorblock thumbfast ]; - scriptOpts = { - modernx = { - # order by README (https://github.com/zydezu/ModernX#configurable-options) - - # general - welcomescreen = true; - - # interface - persistentprogress = true; - - # button - timetotal = false; - downloadbutton = false; - showyoutubecomments = false; - + scriptOpts = + { + modernx = { + # order by README (https://github.com/zydezu/ModernX#configurable-options) + # general + welcomescreen = true; + # interface + persistentprogress = true; + # button + timetotal = false; + downloadbutton = false; + showyoutubecomments = false; + }; }; - }; }; texlive = {