mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
05e8e5dc03
commit
81d70f3e9b
1 changed files with 35 additions and 16 deletions
|
@ -62,6 +62,10 @@
|
||||||
"font.name.monospace.x-western" = "Fira Code";
|
"font.name.monospace.x-western" = "Fira Code";
|
||||||
"layout.css.prefers-color-scheme.content-override" = 0;
|
"layout.css.prefers-color-scheme.content-override" = 0;
|
||||||
};
|
};
|
||||||
|
bookmarks = [
|
||||||
|
{
|
||||||
|
name = "Nix sites";
|
||||||
|
toolbar = true;
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
{
|
{
|
||||||
name = "NixOS search";
|
name = "NixOS search";
|
||||||
|
@ -84,6 +88,12 @@
|
||||||
url = "https://teu5us.github.io/nix-lib.html";
|
url = "https://teu5us.github.io/nix-lib.html";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Pinky & Pepper Forever";
|
||||||
|
url = "https://www.silversprocket.net/2020/05/02/pinky-and-pepper-forever-by-eddy-atoms-part-1-of-2/";
|
||||||
|
}
|
||||||
|
];
|
||||||
search = {
|
search = {
|
||||||
default = "DuckDuckGo";
|
default = "DuckDuckGo";
|
||||||
engines = {
|
engines = {
|
||||||
|
@ -97,6 +107,15 @@
|
||||||
}];
|
}];
|
||||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||||
};
|
};
|
||||||
|
"Home Manager options" = {
|
||||||
|
urls = [{
|
||||||
|
template = "https://home-manager-options.extranix.com/";
|
||||||
|
params = [
|
||||||
|
{ name = "release"; value = "release-24.11"; }
|
||||||
|
{ name = "query"; value = "{searchTerms}"; }
|
||||||
|
];
|
||||||
|
}];
|
||||||
|
};
|
||||||
"Manpages" = {
|
"Manpages" = {
|
||||||
urls = [{
|
urls = [{
|
||||||
template = "https://www.mankier.com/";
|
template = "https://www.mankier.com/";
|
||||||
|
|
Loading…
Reference in a new issue