MyNixOS website logo
option

wayland.windowManager.sway.extraOptions

Command line arguments passed to launch Sway. Please DO NOT report issues if you use an unsupported GPU (proprietary drivers).

Declarations
Type
list of string
Default
[ ]
Example
[
  "--verbose"
  "--debug"
  "--unsupported-gpu"
  "--my-next-gpu-wont-be-nvidia"
]