enabled ncmpcpp

This commit is contained in:
Charlie Root 2024-04-13 00:56:24 +02:00
commit 84d2e9d650
6 changed files with 32 additions and 21 deletions

View file

@ -40,12 +40,20 @@ in {
searxQuery = "https://searx.be/search?q={searchTerms}&categories=general";
addEngines = [
{
Name = "Etherscan";
Description = "Checking balances";
Alias = "!eth";
Name = "NixOS Packages";
Description = "NixOS Unstable package serach";
Alias = "!np";
Method = "GET";
URLTemplate = "https://etherscan.io/search?f=0&q={searchTerms}";
URLTemplate = "https://search.nixos.org/packages?channel=unstable&query={searchTerms}";
}
{
Name = "Home Manager Options";
Description = "Home Manager option search";
Alias = "!hm";
Method = "GET";
URLTemplate = "https://mipmip.github.io/home-manager-option-search?query={searchTerms}";
}
];
};
@ -58,7 +66,6 @@ in {
misc = {
drmFix = true;
disableWebgl = false;
startPageURL = "https://startpage.com";
};
extensions = {