diff --git a/modules/home/wm/default.nix b/modules/home/wm/default.nix index fa0646d..00ac5f7 100644 --- a/modules/home/wm/default.nix +++ b/modules/home/wm/default.nix @@ -68,7 +68,7 @@ in }; screen-lock = { - enable = mkRelatedOption "automatic X screen locker" [ "i3" ]; + enable = mkRelatedOption "automatic screen locker" [ "i3" ]; command = mkOption { type = types.str;