aktualizacja flake, dodanie bookmarków i nowych searchenginów do librewolf

This commit is contained in:
installer
2025-02-19 15:28:45 +01:00
parent da6e9496a3
commit 7cd4ab4e3d
3 changed files with 778 additions and 9 deletions

65
.vscode/bookmarks.code-snippets vendored Normal file
View File

@@ -0,0 +1,65 @@
{
// Place your zaneyos workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"bm-link": {
"scope": "nix",
"prefix": "bm-link",
"body": [
"{",
" name = \"\";",
" tags = [];",
" keyword = \"@\";",
" url = \"\";",
"}"
],
"description": "Home-manager Bookmark link"
},
"bm-folder": {
"scope": "nix",
"prefix": "bm-folder",
"body": [
"{",
" name = \"\";",
" toolbar = true;",
" bookmarks = [];",
"}"
],
"description": "Home-manager Bookmark folder"
},
"search-engine": {
"scope": "nix",
"prefix": "search-engine",
"description": "Home-manager Search engine",
"body": [
"\"\" = {",
" definedAliases = [];",
" icon = \"\";",
" urls = [",
" {",
" template = \"\";",
" params = [",
" {",
" name = \"\";",
" value = \"{searchTerms}\";",
" }",
" ];",
" }",
" ];",
"};"
]
}
}

18
flake.lock generated
View File

@@ -96,11 +96,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1739824024,
"narHash": "sha256-ighPW5qCUhBWzDc5NYS9WxKs4e/iqK8SQe1w4yLKO9I=",
"lastModified": 1739909849,
"narHash": "sha256-BdW/c3AaLtjkF9tisUY4a7YWvKhj4qszwOnvUGXSN4Y=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "1a885a7122e8bce576ec16de9d305defecd649b9",
"rev": "5d1218489601a269098a180203f4f6d4db3746b9",
"type": "gitlab"
},
"original": {
@@ -266,11 +266,11 @@
]
},
"locked": {
"lastModified": 1739823458,
"narHash": "sha256-uHjpcdlWKrZEJxsGdlMRTe4jlMYAnNsjRxPSTrNMFvo=",
"lastModified": 1739913864,
"narHash": "sha256-WhzgQjadrwnwPJQLLxZUUEIxojxa7UWDkf7raAkB1Lw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "6c93eea85daddd0dc8d4a3a687473461f3122961",
"rev": "97ac0801d187b2911e8caa45316399de12f6f199",
"type": "github"
},
"original": {
@@ -330,11 +330,11 @@
"tinted-zed": "tinted-zed"
},
"locked": {
"lastModified": 1739826051,
"narHash": "sha256-q1E9/4Hyahz/+Bd6HEKZq+Wi9HpI4XmAZG3P8CALT1E=",
"lastModified": 1739909171,
"narHash": "sha256-GmuW8XkOF6lSEQBeXzUCyr6tetbbxX8wpNJlwFqT/9E=",
"owner": "danth",
"repo": "stylix",
"rev": "7feb1c29bf39ebe6b2984b2f77f9ad38f486e311",
"rev": "aeb550add3bfa1ce3ce249c3b3dad71ebb018318",
"type": "github"
},
"original": {

View File

@@ -141,6 +141,111 @@
}
];
};
"Eneba" = {
definedAliases = ["@en"];
icon = "https://static.eneba.games/branding/v2/logoFull.svg";
urls = [
{
template = "https://www.eneba.com/pl/store/all";
params = [
{
name = "text";
value = "{searchTerms}";
}
];
}
];
};
"Kinguin" = {
definedAliases = ["@ki"];
icon = "https://static.kinguin.net/media/images/other/kinguin-mobile-logo.svg";
urls = [
{
template = "https://www.kinguin.net/listing?active=1&hideUnavailable=0&type=kinguin";
params = [
{
name = "phrase";
value = "{searchTerms}";
}
];
}
];
};
"Instant Gaming" = {
definedAliases = ["@ig"];
icon = "https://asset.brandfetch.io/idCbLj4uOg/idGS61T0FV.jpeg";
urls = [
{
template = "https://www.instant-gaming.com/pl/search/";
params = [
{
name = "q";
value = "{searchTerms}";
}
];
}
];
};
"Morele.net" = {
definedAliases = ["@mo"];
icon = "https://www.morele.net/static/img/shop/logo/image-logo-morele.svg";
urls = [
{
template = "https://www.morele.net/wyszukiwarka/";
params = [
{
name = "q";
value = "{searchTerms}";
}
];
}
];
};
"X-kom.pl" = {
definedAliases = ["@xk"];
icon = "https://assets.x-kom.pl/public-spa/xkom/75062cb4b48a8510.svg";
urls = [
{
template = "https://www.x-kom.pl/szukaj";
params = [
{
name = "q";
value = "{searchTerms}";
}
];
}
];
};
"Komputronik.pl" = {
definedAliases = ["@kp"];
icon = "https://front.komputronik.pl/front-static/komputronik.Ceqagame-a.svg";
urls = [
{
template = "https://www.komputronik.pl/search/category/1";
params = [
{
name = "query";
value = "{searchTerms}";
}
];
}
];
};
"Allegro.pl" = {
definedAliases = ["@al"];
icon = "";
urls = [
{
template = "https://allegro.pl/listing";
params = [
{
name = "string";
value = "{searchTerms}";
}
];
}
];
};
"Google".metaData.hidden = true;
"Bing".metaData.hidden = true;
"Wikipedia (en)".metaData.hidden = true;
@@ -162,6 +267,605 @@
pwas-for-firefox
];
};
bookmarks = [
{
name = "Dev";
toolbar = true;
bookmarks = [
{
name = "AI";
bookmarks = [
{
name = "Claude";
tags = ["ai" "claude"];
keyword = "@claude";
url = "https://claude.ai/chats";
}
{
name = "Claude Console";
tags = ["ai" "claude" "console"];
keyword = "@claude-console";
url = "https://console.anthropic.com/";
}
{
name = "SambaNova Cloud";
tags = ["ai" "sambanova"];
keyword = "@sambanova";
url = "https://cloud.sambanova.ai/";
}
{
name = "ChatGPT";
tags = ["ai" "chatgpt"];
keyword = "@chatgpt";
url = "https://chatgpt.com/";
}
{
name = "Phind";
tags = ["ai" "phind"];
keyword = "@phind";
url = "https://www.phind.com/";
}
];
}
{
name = "Garand's WG";
bookmarks = [
{
name = "Garand's WG";
tags = ["garand" "garandplg" "wg" "development"];
keyword = "@garand's-wg";
url = "http://localhost:5173";
}
{
name = "Garand's WG PB Admin";
tags = ["garand" "garandplg" "wg" "development" "admin" "pb" "pocketbase"];
keyword = "@garand's-wg-admin";
url = "http://localhost:5173/pb/_/";
}
{
name = "Garand's WG Redis Admin";
tags = ["garand" "garandplg" "wg" "development" "admin" "redis"];
keyword = "@garand's-wg-redis-admin";
url = "http://localhost:8001/redis-stack/browser";
}
{
name = "Azgaar's Fantasy Map Generator";
tags = ["map" "generator" "fantasy" "game" "azgaar"];
keyword = "@azgaar's-fantasy-map-generator";
url = "https://azgaar.github.io/Fantasy-Map-Generator/";
}
{
name = "Vite";
tags = ["javascript" "dev" "vite"];
keyword = "@vite";
url = "https://vitejs.dev/";
}
{
name = "PocketBase";
tags = ["go" "bass" "foss" "pocketbase"];
keyword = "@pocketbase";
url = "https://pocketbase.io/";
}
{
name = "Shadcn-Vue";
tags = ["vue" "javascript" "ui" "shadcn"];
keyword = "@shadcn-vue";
url = "https://www.shadcn-vue.com/docs/introduction.html";
}
{
name = "Vue.js";
tags = ["vue" "javascript" "framework"];
keyword = "@vue";
url = "https://vuejs.org/";
}
{
name = "Bun";
tags = ["javascript" "dev" "bun" "runtime"];
keyword = "@bun";
url = "https://bun.sh/docs";
}
{
name = "Tailwind CSS";
tags = ["css" "framework" "tailwind"];
keyword = "@tailwind";
url = "https://v3.tailwindcss.com/";
}
{
name = "Icônes";
tags = ["icons" "dev"];
keyword = "@icons";
url = "https://icones.js.org/collection/all";
}
{
name = "JSON Formatter & Validator";
tags = ["json" "formatter" "validator"];
keyword = "@jsonformatter";
url = "https://jsonformatter.curiousconcept.com/";
}
{
name = "Private Docker Registry";
tags = ["docker" "registry" "private"];
keyword = "@private-docker-registry";
url = "https://dpr.garandplg.com/";
}
];
}
{
name = "Nuxt";
bookmarks = [
{
name = "Nuxt";
tags = ["javascript" "dev" "nuxt" "metaframework"];
keyword = "@nuxt";
url = "https://nuxt.com/";
}
{
name = "Nuxt UI";
tags = ["javascript" "dev" "nuxt" "ui"];
keyword = "@nuxt-ui";
url = "https://ui.nuxt.com/";
}
{
name = "Nuxt Security";
tags = ["javascript" "dev" "nuxt" "security"];
keyword = "@nuxt-security";
url = "https://nuxt-security.vercel.app/";
}
];
}
{
name = "Django";
bookmarks = [
{
name = "Django";
tags = ["python" "framework" "django"];
keyword = "@django";
url = "https://www.djangoproject.com/";
}
{
name = "Django REST Framework";
tags = ["python" "framework" "django" "rest" "api"];
keyword = "@django-rest";
url = "https://www.django-rest-framework.org/";
}
];
}
{
name = "Git";
bookmarks = [
{
name = "GitHub";
tags = ["git" "github" "scm"];
keyword = "@github";
url = "https://github.com/";
}
{
name = "GitLab";
tags = ["git" "gitlab" "scm"];
keyword = "@gitlab";
url = "https://gitlab.com/";
}
{
name = "Gitea";
tags = ["git" "gitea" "scm"];
keyword = "@gitea";
url = "https://gitea.garandplg.com/";
}
];
}
{
name = "Svelte";
tags = ["javascript" "svelte" "framework" "dev"];
keyword = "@svelte";
url = "https://svelte.dev/docs/introduction";
}
{
name = "Node.js";
tags = ["javascript" "node" "runtime" "dev"];
keyword = "@nodejs";
url = "https://nodejs.org/en/";
}
{
name = "Bootstrap";
tags = ["css" "framework" "bootstrap"];
keyword = "@bootstrap";
url = "https://getbootstrap.com/docs/5.3/";
}
{
name = "Tauri";
tags = ["javascript" "rust" "framework" "tauri" "desktop" "app"];
keyword = "@tauri";
url = "https://tauri.app/";
}
{
name = "DockerHub";
tags = ["docker" "hub" "registry"];
keyword = "@dockerhub";
url = "https://hub.docker.com/";
}
];
}
{
name = "Work";
toolbar = true;
bookmarks = [
{
name = "Fffrree Django";
tags = ["django" "work" "project" "team" "development"];
keyword = "@fffree-django";
url = "http://localhost:8888";
}
{
name = "Fffree Django Admin";
tags = ["django" "work" "project" "team" "development" "admin"];
keyword = "@fffree-django-admin";
url = "http://localhost:8888/admin";
}
{
name = "Slack";
tags = ["slack" "work" "communication" "chat" "team"];
keyword = "@slack";
url = "https://app.slack.com/client/TAJ030EF5/D04C240MM4N/rimeto_profile/U04CMAQ0CG1";
}
{
name = "Trello Fffrree";
tags = ["trello" "work" "project" "management" "team"];
keyword = "@trello";
url = "https://trello.com/b/gc4c8lz0/fffrreecom-development";
}
{
name = "Google Sheets";
tags = ["google" "sheets" "work" "team" "collaboration"];
keyword = "@google-sheets";
url = "https://docs.google.com/spreadsheets/d/1hK9qLUJWbzlJOiHpzu384f_UBv1tDizGUyWO96G7hTY/edit?pli=1&gid=175484926#gid=175484926";
}
];
}
{
name = "garandplg.com";
toolbar = true;
bookmarks = [
{
name = "network";
bookmarks = [
{
name = "CasaOS";
tags = ["casaos" "docker" "server" "server-gui" "network"];
keyword = "@casaos-network";
url = "http://192.168.1.156:9080/#";
}
{
name = "Plex";
tags = ["plex" "docker" "server" "multimedia" "selfhost" "network"];
keyword = "@plex";
url = "http://192.168.1.156:32400/web/index.html#!";
}
];
}
{
name = "Moja strona";
tags = ["garand" "garandplg" "website" "docker"];
keyword = "@garandplg";
url = "https://garandplg.com";
}
{
name = "Beszel";
tags = ["garand" "docker" "garandplg" "beszel" "server" "monitoring"];
keyword = "@beszel";
url = "https://beszel.garandplg.com";
}
{
name = "CasaOS";
tags = ["casaos" "docker" "server" "server-gui"];
keyword = "@casaos";
url = "https://casaos.garandplg.com";
}
{
name = "Portainer";
tags = ["portainer" "docker" "garand" "garandplg"];
keyword = "@portainer";
url = "https://portainer.garandplg.com";
}
{
name = "Vaultwarden";
tags = ["vaultwarden" "password" "docker" "manager" "garand" "garandplg"];
keyword = "@vaultwarden";
url = "https://vw.garandplg.com";
}
{
name = "FileCloud";
tags = ["filecloud" "file" "cloud" "docker" "garand" "garandplg"];
keyword = "@filecloud";
url = "https://filecloud.garandplg.com/ui/core/index.html#/";
}
{
name = "FileCloud Admin";
tags = ["filecloud" "file" "cloud" "docker" "admin" "garand" "garandplg"];
keyword = "@filecloud-admin";
url = "https://filecloud.garandplg.com/ui/admin2/index.html#/";
}
{
name = "Planka";
tags = ["planka" "kanban" "foss" "docker" "garand" "garandplg"];
keyword = "@planka";
url = "https://planka.garandplg.com";
}
{
name = "DDNS-GO";
tags = ["ddns" "garand" "docker" "garandplg"];
keyword = "@ddns-go";
url = "https://ddns.garandplg.com";
}
{
name = "Nginx Proxy Manager";
tags = ["nginx" "proxy" "manager" "docker" "garand" "garandplg"];
keyword = "@nginx-proxy-manager";
url = "https://nginxpm.garandplg.com";
}
{
name = "Firefox";
tags = ["firefox" "docker" "twitch-drops" "garand" "garandplg"];
keyword = "@firefox";
url = "https://firefox.garandplg.com";
}
{
name = "Tautulli";
tags = ["tautulli" "docker" "plex" "garand" "garandplg"];
keyword = "@tautulli";
url = "https://tautulli.garandplg.com";
}
{
name = "Namecheap";
tags = ["namecheap" "registrar"];
keyword = "@namecheap";
url = "https://ap.www.namecheap.com/Domains/DomainControlPanel/garandplg.com/domain/";
}
{
name = "Cloudflare";
tags = ["cloudflare" "dns"];
keyword = "@cloudflare";
url = "https://dash.cloudflare.com/1be7329f322dc77262d7e77348983c91/garandplg.com/dns/records";
}
{
name = "Alternative Front-ends";
tags = ["selfhost" "fronted" "alternative" "github"];
keyword = "@alternative-front-ends";
url = "https://github.com/mendel5/alternative-front-ends";
}
];
}
{
name = "Misc";
toolbar = true;
bookmarks = [
{
name = "Neitrox";
bookmarks = [
{
name = "Miversite";
tags = ["miversite" "website" "neitrox"];
keyword = "@miversite";
url = "https://miversite.online/";
}
{
name = "Jellyfin";
tags = ["jellyfin" "media" "server" "neitrox"];
keyword = "@jellyfin";
url = "https://jellyfin.miversite.online/web/#/home.html";
}
];
}
{
name = "Motocykle";
bookmarks = [
{
name = "K-LIGHT 125 | Keeway";
tags = ["klight" "125" "motocykle"];
keyword = "@motorcycle-klight-125";
url = "https://www.keeway.com/pl-pl/products/k-light-125";
}
{
name = "Mongrel 125cc Matt Black | Mutt Motorcycles";
tags = ["mongrel" "125cc" "matt" "black" "motocykle"];
keyword = "@motorcycle-mongrel-125cc-matt-black";
url = "https://muttmotorcycles.com/products/mongrel-matt-black-125cc-motorcycle";
}
{
name = "FSR 125cc Matt Black | Mutt Motorcycles";
tags = ["fsr" "125cc" "matt" "black" "motocykle"];
keyword = "@motorcycle-fsr-125cc-matt-black";
url = "https://muttmotorcycles.com/products/fsr-matt-black-125cc-motorcycle";
}
{
name = "Mastiff 125cc Matt Black/Silver | Mutt Motorcycles";
tags = ["mastiff" "125cc" "matt" "black" "silver" "motocykle"];
keyword = "@motorcycle-mastiff-125cc-matt-black-silver";
url = "https://muttmotorcycles.com/products/mastiff-matt-black-silver-125cc-motorcycle";
}
{
name = "Hilts 125cc Matt Green | Mutt Motorcycles";
tags = ["hilts" "125cc" "matt" "green" "motocykle"];
keyword = "@motorcycle-hilts-125cc-matt-green";
url = "https://muttmotorcycles.com/products/hilts-matt-green-125cc-motorcycle";
}
{
name = "Brixton Motorcycles | Cromwell 125";
tags = ["brixton" "motorcycles" "motocykle"];
keyword = "@motorcycle-brixton-125";
url = "https://www.brixton-motorcycles.com/pl/models/cromwell-125/";
}
{
name = "Junak M12 Cafe 125 - Motocykle, Motorowery, Skutery, Motocykle 125 cc";
tags = ["junak" "m12" "cafe" "125" "motocykle"];
keyword = "@motorcycle-junak-m12-cafe-125";
url = "https://www.junak.com.pl/katalog/motocykle/junak-m12-cafe-125/";
}
];
}
{
name = "Steam keys shops";
bookmarks = [
{
name = "Kinguin";
tags = ["kinguin" "steam" "key" "game" "shop"];
keyword = "@kinguin";
url = "https://www.kinguin.net/";
}
{
name = "Eneba";
tags = ["eneba" "steam" "key" "game" "shop"];
keyword = "@eneba";
url = "https://www.eneba.com/";
}
{
name = "Instant Gaming";
tags = ["instant" "gaming" "steam" "key" "game" "shop"];
keyword = "@instant-gaming";
url = "https://www.instant-gaming.com/pl/";
}
];
}
{
name = "LibreTranslate";
tags = ["libretranslate" "translation" "online"];
keyword = "@libretranslate";
url = "https://trans.zillyhuhn.com/?hl=pl";
}
{
name = "Plex.tv";
tags = ["plex" "tv" "streaming" "media"];
keyword = "@plex.tv";
url = "https://app.plex.tv/desktop/#!/";
}
{
name = "The Ultimate Map Quiz Site - Seterra";
tags = ["quiz" "map" "seterra"];
keyword = "@seterra";
url = "https://www.geoguessr.com/quiz/seterra";
}
{
name = "Słownik pojęć Klocucha";
tags = ["słownik" "pojęć" "klocuch" "fandom" "wiki"];
keyword = "@klocuch";
url = "https://klocuch.fandom.com/wiki/S%C5%82ownik_poj%C4%99%C4%87_Klocucha#Poj%C4%99cia_z_GTA_San_Andreas";
}
{
name = "Dropbox";
tags = ["dropbox" "cloud" "storage"];
keyword = "@dropbox";
url = "https://www.dropbox.com/home";
}
];
}
{
name = "Google";
toolbar = true;
bookmarks = [
{
name = "YouTube";
tags = ["youtube" "video" "streaming" "google"];
keyword = "@youtube";
url = "https://www.youtube.com/";
}
{
name = "Google Translate";
tags = ["google" "translate" "online"];
keyword = "@translate";
url = "https://translate.google.pl/";
}
{
name = "Gmail";
tags = ["gmail" "email" "online" "google"];
keyword = "@gmail";
url = "https://mail.google.com/mail/u/0/#inbox";
}
{
name = "Panel kanału - YouTube Studio";
tags = ["youtube" "studio" "online" "google"];
keyword = "@yt-studio";
url = "https://studio.youtube.com/channel/UCnYj9HJDMVuq2Qa9jsnLljA";
}
{
name = "Mój dysk Dysk Google";
tags = ["google" "disk" "cloud" "storage"];
keyword = "@drive";
url = "https://drive.google.com/drive/my-drive";
}
];
}
{
name = "Facebook";
toolbar = true;
bookmarks = [
{
name = "Messenger";
tags = ["messenger" "facebook" "communication" "social" "media"];
keyword = "@messenger";
url = "https://www.messenger.com";
}
{
name = "Facebook";
tags = ["facebook" "communication" "social" "media"];
keyword = "@facebook";
url = "https://www.facebook.com/";
}
{
name = "Instagram";
tags = ["instagram" "facebook" "communication" "social" "media"];
keyword = "@instagram";
url = "https://www.instagram.com/";
}
];
}
{
name = "Twitch";
toolbar = true;
bookmarks = [
{
name = "Twitch";
tags = ["strimming" "twitch" "stream" "video" "game" "gaming"];
keyword = "@twitch";
url = "https://www.twitch.tv/";
}
{
name = "Inventory - Twitch";
tags = ["strimming" "twitch" "stream" "video" "game" "gaming" "inventory"];
keyword = "@twitch-inventory";
url = "https://www.twitch.tv/drops/inventory";
}
{
name = "Hunt: Showdown - Twitch Drops";
tags = ["strimming" "twitch" "stream" "video" "game" "gaming" "hunt" "showdown"];
keyword = "@twitch-hunt-showdown";
url = "https://www.huntshowdown.com/twitchdrops";
}
];
}
{
name = "Tech";
toolbar = true;
bookmarks = [
{
name = "G.Skill Ripjaws V, DDR4, 32 GB, 3200MHz, CL16 (F4-3200C16D-32GVK) - Pamięć - Morele.net";
tags = ["ram" "g.skill" "ripjaws" "v" "ddr4" "32" "gb" "3200mhz" "cl16" "f4" "3200c16d" "64gvk"];
keyword = "@morele-ram-g.skill";
url = "https://www.morele.net/pamiec-g-skill-ripjaws-v-ddr4-64-gb-3200mhz-cl16-f4-3200c16q-64gvk-827900/";
}
{
name = "Lenovo V15 G4 AMN Ryzen 5 7520U / 16 GB / 512 GB / W11 (82YU0132PB) - Laptop - Morele.net";
tags = ["laptop" "lenovo" "v15" "g4" "amn" "ryzen" "5" "7520u" "16" "gb" "512" "gb" "w11"];
keyword = "@morele-laptop-lenovo-v15-g4-amn";
url = "https://www.morele.net/laptop-lenovo-v15-g4-amn-ryzen-5-7520u-16-gb-512-gb-w11-82yu0132pb-13473385/";
}
{
name = "Green Cell PowerPlay20s 20000mAh Czarny - Powerbank - Morele.net";
tags = ["powerbank" "green" "cell" "powerplay20s" "20000mah" "czarny"];
keyword = "@morele-powerbank-green-cell";
url = "https://www.morele.net/powerbank-green-cell-powerplay20s-20000mah-czarny-13190411/";
}
];
}
];
};
};
settings = {