schizofox/module.nix: fix noogle shortcut

This commit is contained in:
Charlie Root 2024-10-25 12:35:51 +02:00
commit a5b333fc23
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -97,7 +97,7 @@ in {
Descriptiom = "Noogle Search";
Alias = "!ng";
Method = "GET";
URLTemplate = "https://noogle.dev/";
URLTemplate = "https://noogle.dev/f/lib/{searchTerms}";
}
];
};