update homepage stuff
This commit is contained in:
parent
d98b843b73
commit
6ceed27ede
2 changed files with 8 additions and 5 deletions
|
@ -35,6 +35,7 @@ in
|
|||
"{3c078156-979c-498b-8990-85f7987dd929}" = install "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi";
|
||||
"{b743f56d-1cc1-4048-8ba6-f9c2ab7aa54d}" = install "https://addons.mozilla.org/firefox/downloads/latest/dracula-dark-colorscheme/latest.xpi";
|
||||
"{d634138d-c276-4fc8-924b-40a0ea21d284}" = install "https://addons.mozilla.org/firefox/downloads/latest/1password-x-password-manager/latest.xpi";
|
||||
"newtaboverride@agenedia.com" = install "https://addons.mozilla.org/firefox/downloads/latest/new-tab-override/latest.xpi";
|
||||
};
|
||||
FirefoxHome = {
|
||||
Search = true;
|
||||
|
@ -53,8 +54,7 @@ in
|
|||
Locked = true;
|
||||
};
|
||||
Homepage = {
|
||||
URL = "https://homepage.labs.adtya.xyz";
|
||||
StartPage = "homepage-locked";
|
||||
StartPage = "previous-session";
|
||||
Locked = true;
|
||||
};
|
||||
NetworkPrediction = false;
|
||||
|
|
|
@ -58,10 +58,11 @@ in
|
|||
{ title = "Jellyfin"; url = "https://jellyfin.labs.adtya.xyz/"; icon = "si:jellyfin"; }
|
||||
{ title = "Forgejo"; url = "https://forge.acomputer.lol/"; icon = "si:forgejo"; }
|
||||
{ title = "Transmission"; url = "https://transmission.labs.adtya.xyz/"; icon = "si:transmission"; }
|
||||
{ title = "Lidarr"; url = "https://lidarr.labs.adtya.xyz/"; icon = "si:lidarr"; }
|
||||
{ title = "Prowlarr"; url = "https://prowlarr.labs.adtya.xyz/"; icon = "si:prowlarr"; }
|
||||
{ title = "Bazarr"; url = "https://bazarr.labs.adtya.xyz/"; icon = "si:bazarr"; }
|
||||
{ title = "Radarr"; url = "https://radarr.labs.adtya.xyz/"; icon = "si:radarr"; }
|
||||
{ title = "Sonarr"; url = "https://sonarr.labs.adtya.xyz/"; icon = "si:sonarr"; }
|
||||
{ title = "Prowlarr"; url = "https://prowlarr.labs.adtya.xyz/"; icon = "si:prowlarr"; }
|
||||
{ title = "Lidarr"; url = "https://lidarr.labs.adtya.xyz/"; icon = "si:lidarr"; }
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -80,6 +81,8 @@ in
|
|||
title = "General";
|
||||
links = [
|
||||
{ title = "Email"; url = "https://app.fastmail.com/mail/Inbox/"; }
|
||||
{ title = "GitHub Notifications"; url = "https://github.com/notifications"; }
|
||||
{ title = "Nixpkgs PR Tracker"; url = "https://nixpk.gs/pr-tracker.html"; }
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue