Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2019-01-06 09:36:23 +01:00
55 changed files with 500 additions and 1342 deletions

View File

@@ -9,7 +9,8 @@ in
options.programs.xss-lock = {
enable = mkEnableOption "xss-lock";
lockerCommand = mkOption {
example = "xlock";
default = "${pkgs.i3lock}/bin/i3lock";
example = literalExample ''''${pkgs.i3lock-fancy}/bin/i3lock-fancy'';
type = types.string;
description = "Locker to be used with xsslock";
};