MyNixOS website logo
option

xsession.windowManager.exwm.loadScript

Emacs lisp code to be run after loading the user's init file.

Declarations
Type
strings concatenated with "\n"
Default
"(require 'exwm)"
Example
''
  (require 'exwm)
  (exwm-enable)
''