From 4b8e4a3c6356b682a1f9a5e0b8f42a8c2fe18f1f 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 = {