{...}: let modules = import ./modules.nix; in { imports = [./default.nix]; programs.waybar.settings = { vertical = { layer = "top"; position = "top"; spacing = 10; margin-top = 10; margin-left = 20; margin-right = 20; margin-bottom = 5; "modules-left" = []; "modules-center" = ["wlr/workspaces"]; "modules-right" = []; "wlr/workspaces" = modules."wlr/workspaces"; }; }; }