From 682e911e3cdbe9630757c8e874ed195d75ddfb40 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 10 Mar 2025 00:41:56 -0500 Subject: [PATCH] updated bookmarks in firefox --- configurations/home-manager/leyla/firefox.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/configurations/home-manager/leyla/firefox.nix b/configurations/home-manager/leyla/firefox.nix index 3f6a09c..59450c4 100644 --- a/configurations/home-manager/leyla/firefox.nix +++ b/configurations/home-manager/leyla/firefox.nix @@ -261,14 +261,7 @@ bookmarks = [ { name = "Media"; - url = "https://jellyfin.jan-leila.com/"; - # url = "https://media.jan-leila.com/"; - keyword = ""; - tags = [""]; - } - { - name = "Drive"; - url = "https://drive.jan-leila.com/"; + url = "https://media.jan-leila.com/"; keyword = ""; tags = [""]; } @@ -280,7 +273,7 @@ } { name = "Home Automation"; - url = "https://home-assistant.jan-leila.com/"; + url = "https://home.jan-leila.com/"; keyword = ""; tags = [""]; }