Merge pull request #111450 from helsinki-systems/exwm

nixos/exwm: add loadScript type
This commit is contained in:
Sandro
2021-01-31 15:21:46 +01:00
committed by GitHub

View File

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