diff --git a/home-manager/features/fish.nix b/home-manager/features/fish.nix index 10c7391..e7a3ddb 100644 --- a/home-manager/features/fish.nix +++ b/home-manager/features/fish.nix @@ -6,11 +6,11 @@ functions = { ddg = '' if count $argv > /dev/null - ${pkgs.w3m}/bin/w3m https://lite.duckduckgo.com/lite?q=$argv + ${pkgs.w3m}/bin/w3m +15 "https://lite.duckduckgo.com/lite?q=$argv" else ${pkgs.w3m}/bin/w3m https://lite.duckduckgo.com end - ''; + ''; }; shellAliases = {