Update browser and godot installed

This commit is contained in:
foglar 2025-03-19 21:07:35 +01:00
parent c74e3a056e
commit e9ab35de4a
4 changed files with 19 additions and 3 deletions

View File

@ -24,7 +24,7 @@
ghostty
cargo
ciscoPacketTracer8
godot
godot_4_4-mono
]
);

File diff suppressed because one or more lines are too long

View File

@ -60,6 +60,22 @@
icon = "https://www.phind.com/favicon.ico";
definedAliases = ["@phind"];
};
"4Get" = {
urls = [
{
template = "https://4get.homework.zip/web";
params = [
{
name = "s";
value = "{searchTerms}";
}
];
}
];
#icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
definedAliases = ["@4get"];
};
};
search.force = true;

View File

@ -230,7 +230,7 @@ in
c.url.default_page = str(config.configdir)+'/qute-home.html'
c.url.start_pages = str(config.configdir)+'/qute-home.html'
c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}&ia=web',
c.url.searchengines = {'DEFAULT': 'https://4get.homework.zip/web?s={}',
'd' : 'https://duckduckgo.com/?q={}&ia=web',
'aw' : 'https://wiki.archlinux.org/index.php?search={}&title=Special%3ASearch&wprov=acrw1',
'np' : 'https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query={}',