From 355c7d09ede3335b6642cf1736de3df0d4fdd136 Mon Sep 17 00:00:00 2001 From: Ladas552 <94762349+Ladas552@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:50:12 +0000 Subject: [PATCH] chawan: fix example for settings (#7210) as per cha-config, keybindings should be under section `page` and not `pager`. Also replaced the line with an example from man page because the current one wasn't working properly --- modules/programs/chawan.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/chawan.nix b/modules/programs/chawan.nix index a3cd6655..29c8934c 100644 --- a/modules/programs/chawan.nix +++ b/modules/programs/chawan.nix @@ -30,7 +30,7 @@ in images = true; autofocus = true; }; - pager."C-k" = "() => pager.load('https://duckduckgo.com/?=')"; + page."C-k" = "() => pager.load('ddg:')"; } ''; };