diff options
author | lassulus <lassulus@lassul.us> | 2017-10-26 19:13:02 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-10-26 19:13:02 +0200 |
commit | 27c919fbf35fbfab90bb9b1f79171c853f716442 (patch) | |
tree | 49fe3cc38127723607c5ada08b1f12a32a940bfb | |
parent | d5fd5107e6cd8e4d1cd0e63420d35a9df5279e7f (diff) |
l screenlock: fix enableOption
-rw-r--r-- | lass/3modules/screenlock.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/3modules/screenlock.nix b/lass/3modules/screenlock.nix index cf38f8357..06ca1f27d 100644 --- a/lass/3modules/screenlock.nix +++ b/lass/3modules/screenlock.nix @@ -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"; |