From 4086e94d3cd1337f0b1609a0609b74a614fc9743 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 4 Apr 2026 02:50:13 +0100 Subject: [PATCH] home: wm: fix typo --- 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 ae1e136..91c032b 100644 --- a/modules/home/wm/default.nix +++ b/modules/home/wm/default.nix @@ -27,7 +27,7 @@ in }; cursor = { - enable = mkRelatedOption "dunst configuration" [ "i3" ]; + enable = mkRelatedOption "cursor configuration" [ "i3" ]; }; dunst = {