l screenlock: fix enableOption

This commit is contained in:
lassulus 2017-10-26 19:13:02 +02:00
parent d5fd5107e6
commit 27c919fbf3

View File

@ -11,7 +11,7 @@ let
};
api = {
enable = mkEnableOption "news";
enable = mkEnableOption "screenlock";
command = mkOption {
type = types.str;
default = "${pkgs.i3lock}/bin/i3lock -i /var/lib/wallpaper/wallpaper -f";