diff options
Diffstat (limited to 'lass/3modules/screenlock.nix')
| -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"; | 
