Compare commits
3 commits
a9f33961aa
...
af735eecad
Author | SHA1 | Date | |
---|---|---|---|
af735eecad | |||
ec5801ab36 | |||
a6abfb5639 |
2 changed files with 52 additions and 13 deletions
|
@ -28,23 +28,11 @@ in {
|
||||||
version = "0.47.2";
|
version = "0.47.2";
|
||||||
sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
|
sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "cpptools";
|
|
||||||
publisher = "ms-vscode";
|
|
||||||
version = "1.19.1";
|
|
||||||
sha256 = "sha256-yUZTLnN4nomFp5I0VgRz7rRMkeMU9QzY+dzEdUUASek=";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "camkes-syntax-highlighting";
|
|
||||||
publisher = "hensoldt-cyber-gmbh";
|
|
||||||
version = "1.1.3";
|
|
||||||
sha256 = "sha256-dRhsFGSjR/Vp5aJgMDwCZQtwmmfNXbM85ViTIq5ORwY=";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
#Theming
|
#Theming
|
||||||
"workbench.colorTheme" = "Catppuccin Mocha";
|
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||||
"catppuccin.accentColor" = "teal";
|
"catppuccin.accentColor" = "green";
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
"window.menuBarVisibility" = "toggle";
|
"window.menuBarVisibility" = "toggle";
|
||||||
"editor.minimap.autohide" = false;
|
"editor.minimap.autohide" = false;
|
||||||
|
|
|
@ -42,6 +42,23 @@
|
||||||
definedAliases = ["@np"];
|
definedAliases = ["@np"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"Home Manager" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://mipmip.github.io/home-manager-option-search";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "query";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
|
definedAliases = ["@hm"];
|
||||||
|
};
|
||||||
|
|
||||||
"Searx" = {
|
"Searx" = {
|
||||||
urls = [
|
urls = [
|
||||||
{
|
{
|
||||||
|
@ -58,6 +75,40 @@
|
||||||
iconUpdateURL = "https://paulgo.io/favicon.ico";
|
iconUpdateURL = "https://paulgo.io/favicon.ico";
|
||||||
definedAliases = ["@sx"];
|
definedAliases = ["@sx"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"Amazon" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://www.amazon.de/s";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "k";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
iconUpdateURL = "https://amazon.de/favicon.ico";
|
||||||
|
definedAliases = ["@a"];
|
||||||
|
};
|
||||||
|
|
||||||
|
"YouTube" = {
|
||||||
|
urls = [
|
||||||
|
{
|
||||||
|
template = "https://efy.piped.pages.dev/results";
|
||||||
|
params = [
|
||||||
|
{
|
||||||
|
name = "search_query";
|
||||||
|
value = "{searchTerms}";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
iconUpdateURL = "https://piped.video/favicon.ico";
|
||||||
|
definedAliases = ["yt"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
search.force = true;
|
search.force = true;
|
||||||
search.default = "Searx";
|
search.default = "Searx";
|
||||||
|
|
Loading…
Reference in a new issue