From f02465091c7bafd4341f646516699609f1f6fc63 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 4 Apr 2026 16:18:54 +0100 Subject: [PATCH] home: wm: fix documentation --- modules/home/wm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;