nixos/exwm: add loadScript type

This commit is contained in:
Fritz Otlinghaus 2021-01-31 12:55:40 +01:00
parent 4015c5ca9c
commit 234f4fe5c4
No known key found for this signature in database
GPG key ID: 1E5F98946FB1444E

View file

@ -21,6 +21,7 @@ in
enable = mkEnableOption "exwm";
loadScript = mkOption {
default = "(require 'exwm)";
type = types.lines;
example = literalExample ''
(require 'exwm)
(exwm-enable)