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
commit 4d2b0ebe18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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