Update browser and godot installed
This commit is contained in:
parent
c74e3a056e
commit
e9ab35de4a
@ -24,7 +24,7 @@
|
|||||||
ghostty
|
ghostty
|
||||||
cargo
|
cargo
|
||||||
ciscoPacketTracer8
|
ciscoPacketTracer8
|
||||||
godot
|
godot_4_4-mono
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -60,6 +60,22 @@
|
|||||||
icon = "https://www.phind.com/favicon.ico";
|
icon = "https://www.phind.com/favicon.ico";
|
||||||
definedAliases = ["@phind"];
|
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;
|
search.force = true;
|
||||||
|
|
||||||
|
|||||||
@ -230,7 +230,7 @@ in
|
|||||||
c.url.default_page = str(config.configdir)+'/qute-home.html'
|
c.url.default_page = str(config.configdir)+'/qute-home.html'
|
||||||
c.url.start_pages = 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',
|
'd' : 'https://duckduckgo.com/?q={}&ia=web',
|
||||||
'aw' : 'https://wiki.archlinux.org/index.php?search={}&title=Special%3ASearch&wprov=acrw1',
|
'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={}',
|
'np' : 'https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query={}',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user