This commit is contained in:
Sean Kovacs 2026-02-01 10:56:22 -05:00
commit e26702b83d
Signed by: sckova
GPG key ID: 00F325187C68651A
7 changed files with 33 additions and 22 deletions

View file

@ -10,4 +10,14 @@
SDL_VIDEO_DRIVER = "wayland";
};
};
programs.librewolf.profiles.default.search.engines.uesp = {
name = "Unofficial Elder Scrolls Pages";
urls = [
{
template = "https://en.uesp.net/w/index.php?title=Special%3ASearch&search={searchTerms}&button=";
}
];
definedAliases = [ "uesp" ];
};
}