From 6ceed27ede3fd450ab1964acd1e8b93a5b00cae8 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 8 Nov 2024 20:24:14 +0530 Subject: [PATCH] update homepage stuff --- home/programs/firefox/policies.nix | 4 ++-- hosts/rico2/services/apps/homepage.nix | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/home/programs/firefox/policies.nix b/home/programs/firefox/policies.nix index 0a06f26..d00e773 100644 --- a/home/programs/firefox/policies.nix +++ b/home/programs/firefox/policies.nix @@ -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; diff --git a/hosts/rico2/services/apps/homepage.nix b/hosts/rico2/services/apps/homepage.nix index ef70f43..a131fb6 100644 --- a/hosts/rico2/services/apps/homepage.nix +++ b/hosts/rico2/services/apps/homepage.nix @@ -47,7 +47,7 @@ in { title = "NixOS Options"; shortcut = "!no"; url = "https://search.nixos.org/options?channel=unstable&query={QUERY}"; } { title = "Nix Packages"; shortcut = "!np"; url = "https://search.nixos.org/packages?channel=unstable&query={QUERY}"; } { title = "GitHub"; shortcut = "!gh"; url = "https://github.com/search?q={QUERY}&type=repositories"; } - { title = "DockerHub"; shortcut = "!docker"; url = "https://hub.docker.com/search?q={QUERY}";} + { title = "DockerHub"; shortcut = "!docker"; url = "https://hub.docker.com/search?q={QUERY}"; } ]; } { @@ -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"; } ]; } ];