diff --git a/modules/modules/desktop/wm.nix b/modules/modules/desktop/wm.nix index c403321..dd8ee94 100644 --- a/modules/modules/desktop/wm.nix +++ b/modules/modules/desktop/wm.nix @@ -26,7 +26,7 @@ in # Automatically attach/detatch connected/disconnected monitors services.autorandr = { - enable = config.info.graphical; + enable = config.info.graphical && !config.info.stationary; ignoreLid = true; defaultTarget = "horizontal"; hooks.postswitch = {