4 inherit (lib) mkOption types;
5 cfg = config.services.xserver.windowManager;
55 services.xserver.windowManager = {
65 Internal option used to add some common line to window manager
66 scripts before forwarding the value to the
69 apply = map (d: d // {
79 services.xserver.displayManager.session = cfg.session;