mirror of https://git.jolheiser.com/dotnix.git
fix remaining HM warnings
parent
dacd5b72d4
commit
65c51b1416
|
@ -5,10 +5,10 @@
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
search = {
|
search = {
|
||||||
default = "Kagi";
|
default = "Kagi";
|
||||||
privateDefault = "DuckDuckGo";
|
privateDefault = "ddg";
|
||||||
order = [
|
order = [
|
||||||
"Kagi"
|
"Kagi"
|
||||||
"DuckDuckGo"
|
"ddg"
|
||||||
];
|
];
|
||||||
force = true;
|
force = true;
|
||||||
engines = {
|
engines = {
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"DuckDuckGo" = {
|
"ddg" = {
|
||||||
definedAliases = [ "@d" ];
|
definedAliases = [ "@d" ];
|
||||||
urls = [
|
urls = [
|
||||||
{
|
{
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
bitwarden
|
bitwarden
|
||||||
clearurls
|
clearurls
|
||||||
mailvelope
|
mailvelope
|
||||||
|
@ -81,196 +81,199 @@
|
||||||
"browser.fixup.domainwhitelist.pubserve" = true;
|
"browser.fixup.domainwhitelist.pubserve" = true;
|
||||||
"browser.fixup.domainwhitelist.privserve" = true;
|
"browser.fixup.domainwhitelist.privserve" = true;
|
||||||
};
|
};
|
||||||
bookmarks = [
|
bookmarks = {
|
||||||
{
|
force = true;
|
||||||
name = "Toolbar";
|
settings = [
|
||||||
toolbar = true;
|
{
|
||||||
bookmarks = [
|
name = "Toolbar";
|
||||||
{
|
toolbar = true;
|
||||||
name = "Gitea";
|
bookmarks = [
|
||||||
bookmarks = [
|
{
|
||||||
{
|
name = "Gitea";
|
||||||
name = "jojodev";
|
bookmarks = [
|
||||||
tags = [ "gitea" ];
|
{
|
||||||
keyword = "jojodev";
|
name = "jojodev";
|
||||||
url = "https://git.jojodev.com";
|
tags = [ "gitea" ];
|
||||||
}
|
keyword = "jojodev";
|
||||||
{
|
url = "https://git.jojodev.com";
|
||||||
name = "gist";
|
}
|
||||||
tags = [
|
{
|
||||||
"gitea"
|
name = "gist";
|
||||||
"gist"
|
tags = [
|
||||||
];
|
"gitea"
|
||||||
keyword = "gist";
|
"gist"
|
||||||
url = "https://gist.jojodev.com";
|
];
|
||||||
}
|
keyword = "gist";
|
||||||
{
|
url = "https://gist.jojodev.com";
|
||||||
name = "gitea";
|
}
|
||||||
tags = [ "gitea" ];
|
{
|
||||||
keyword = "gitea";
|
name = "gitea";
|
||||||
url = "https://gitea.com";
|
tags = [ "gitea" ];
|
||||||
}
|
keyword = "gitea";
|
||||||
];
|
url = "https://gitea.com";
|
||||||
}
|
}
|
||||||
{
|
];
|
||||||
name = "Tailnet";
|
}
|
||||||
bookmarks = [
|
{
|
||||||
{
|
name = "Tailnet";
|
||||||
name = "golink";
|
bookmarks = [
|
||||||
tags = [ "tailscale" ];
|
{
|
||||||
keyword = "go";
|
name = "golink";
|
||||||
url = "http://go";
|
tags = [ "tailscale" ];
|
||||||
}
|
keyword = "go";
|
||||||
{
|
url = "http://go";
|
||||||
name = "tclip";
|
}
|
||||||
tags = [ "tailscale" ];
|
{
|
||||||
keyword = "paste";
|
name = "tclip";
|
||||||
url = "http://paste";
|
tags = [ "tailscale" ];
|
||||||
}
|
keyword = "paste";
|
||||||
{
|
url = "http://paste";
|
||||||
name = "ugit";
|
}
|
||||||
tags = [
|
{
|
||||||
"tailscale"
|
name = "ugit";
|
||||||
"git"
|
tags = [
|
||||||
];
|
"tailscale"
|
||||||
keyword = "git";
|
"git"
|
||||||
url = "https://git";
|
];
|
||||||
}
|
keyword = "git";
|
||||||
{
|
url = "https://git";
|
||||||
name = "cfg";
|
}
|
||||||
tags = [
|
{
|
||||||
"cfg"
|
name = "cfg";
|
||||||
"tailscale"
|
tags = [
|
||||||
];
|
"cfg"
|
||||||
keyword = "cfg";
|
"tailscale"
|
||||||
url = "https://cfg";
|
];
|
||||||
}
|
keyword = "cfg";
|
||||||
{
|
url = "https://cfg";
|
||||||
name = "media";
|
}
|
||||||
bookmarks = [
|
{
|
||||||
{
|
name = "media";
|
||||||
name = "jellyfin";
|
bookmarks = [
|
||||||
tags = [
|
{
|
||||||
"jellyfin"
|
name = "jellyfin";
|
||||||
"tailscale"
|
tags = [
|
||||||
];
|
"jellyfin"
|
||||||
keyword = "jellyfin";
|
"tailscale"
|
||||||
url = "http://jellyfin";
|
];
|
||||||
}
|
keyword = "jellyfin";
|
||||||
{
|
url = "http://jellyfin";
|
||||||
name = "sonarr";
|
}
|
||||||
tags = [
|
{
|
||||||
"sonarr"
|
name = "sonarr";
|
||||||
"tailscale"
|
tags = [
|
||||||
"shows"
|
"sonarr"
|
||||||
];
|
"tailscale"
|
||||||
keyword = "sonarr";
|
"shows"
|
||||||
url = "http://sonarr";
|
];
|
||||||
}
|
keyword = "sonarr";
|
||||||
{
|
url = "http://sonarr";
|
||||||
name = "radarr";
|
}
|
||||||
tags = [
|
{
|
||||||
"radarr"
|
name = "radarr";
|
||||||
"tailscale"
|
tags = [
|
||||||
"movies"
|
"radarr"
|
||||||
];
|
"tailscale"
|
||||||
keyword = "radarr";
|
"movies"
|
||||||
url = "http://radarr";
|
];
|
||||||
}
|
keyword = "radarr";
|
||||||
{
|
url = "http://radarr";
|
||||||
name = "bazarr";
|
}
|
||||||
tags = [
|
{
|
||||||
"bazarr"
|
name = "bazarr";
|
||||||
"tailscale"
|
tags = [
|
||||||
"translations"
|
"bazarr"
|
||||||
];
|
"tailscale"
|
||||||
keyword = "bazarr";
|
"translations"
|
||||||
url = "http://bazarr";
|
];
|
||||||
}
|
keyword = "bazarr";
|
||||||
{
|
url = "http://bazarr";
|
||||||
name = "prowlarr";
|
}
|
||||||
tags = [
|
{
|
||||||
"prowlarr"
|
name = "prowlarr";
|
||||||
"tailscale"
|
tags = [
|
||||||
"indexers"
|
"prowlarr"
|
||||||
];
|
"tailscale"
|
||||||
keyword = "prowlarr";
|
"indexers"
|
||||||
url = "http://prowlarr";
|
];
|
||||||
}
|
keyword = "prowlarr";
|
||||||
];
|
url = "http://prowlarr";
|
||||||
}
|
}
|
||||||
{
|
];
|
||||||
name = "Files";
|
}
|
||||||
bookmarks = [
|
{
|
||||||
{
|
name = "Files";
|
||||||
name = "files";
|
bookmarks = [
|
||||||
tags = [
|
{
|
||||||
"files"
|
name = "files";
|
||||||
"miniserve"
|
tags = [
|
||||||
];
|
"files"
|
||||||
keyword = "files";
|
"miniserve"
|
||||||
url = "http://files";
|
];
|
||||||
}
|
keyword = "files";
|
||||||
{
|
url = "http://files";
|
||||||
name = "privserve";
|
}
|
||||||
tags = [
|
{
|
||||||
"privserve"
|
name = "privserve";
|
||||||
"miniserve"
|
tags = [
|
||||||
];
|
"privserve"
|
||||||
keyword = "privserve";
|
"miniserve"
|
||||||
url = "http://privserve";
|
];
|
||||||
}
|
keyword = "privserve";
|
||||||
{
|
url = "http://privserve";
|
||||||
name = "pubserve";
|
}
|
||||||
tags = [
|
{
|
||||||
"pubserve"
|
name = "pubserve";
|
||||||
"miniserve"
|
tags = [
|
||||||
];
|
"pubserve"
|
||||||
keyword = "pubserve";
|
"miniserve"
|
||||||
url = "http://pubserve";
|
];
|
||||||
}
|
keyword = "pubserve";
|
||||||
];
|
url = "http://pubserve";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
];
|
||||||
name = "ugit";
|
}
|
||||||
tags = [
|
{
|
||||||
"git"
|
name = "ugit";
|
||||||
"ugit"
|
tags = [
|
||||||
];
|
"git"
|
||||||
keyword = "ugit";
|
"ugit"
|
||||||
url = "https://git.jolheiser.com";
|
];
|
||||||
}
|
keyword = "ugit";
|
||||||
{
|
url = "https://git.jolheiser.com";
|
||||||
name = "git-pr";
|
}
|
||||||
tags = [
|
{
|
||||||
"git"
|
name = "git-pr";
|
||||||
"pr"
|
tags = [
|
||||||
];
|
"git"
|
||||||
keyword = "git-pr";
|
"pr"
|
||||||
url = "https://pr.jolheiser.com";
|
];
|
||||||
}
|
keyword = "git-pr";
|
||||||
|
url = "https://pr.jolheiser.com";
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "todo";
|
name = "todo";
|
||||||
tags = [
|
tags = [
|
||||||
"vikunja"
|
"vikunja"
|
||||||
"todo"
|
"todo"
|
||||||
];
|
];
|
||||||
keyword = "todo";
|
keyword = "todo";
|
||||||
url = "https://todo.jolheiser.com";
|
url = "https://todo.jolheiser.com";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
# Not in the toolbar, but still usable via keyword/searching
|
# Not in the toolbar, but still usable via keyword/searching
|
||||||
{
|
{
|
||||||
name = "Go Playground";
|
name = "Go Playground";
|
||||||
tags = [ "golang" ];
|
tags = [ "golang" ];
|
||||||
keyword = "play";
|
keyword = "play";
|
||||||
url = "https://go.dev/play/";
|
url = "https://go.dev/play/";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
zed-fhs = pkgs.buildFHSUserEnv {
|
zed-fhs = pkgs.buildFHSEnv {
|
||||||
name = "zed";
|
name = "zed";
|
||||||
targetPkgs =
|
targetPkgs =
|
||||||
pkgs: with pkgs; [
|
pkgs: with pkgs; [
|
||||||
|
|
Loading…
Reference in New Issue