From 8e98273fcf40d7946e0af4b08b785b1e3cd0d833 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 17 Mar 2025 17:40:35 -0500 Subject: [PATCH] added photos bookmark to firefox --- configurations/home-manager/leyla/firefox.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configurations/home-manager/leyla/firefox.nix b/configurations/home-manager/leyla/firefox.nix index 59450c4..5bc49db 100644 --- a/configurations/home-manager/leyla/firefox.nix +++ b/configurations/home-manager/leyla/firefox.nix @@ -265,6 +265,12 @@ keyword = ""; tags = [""]; } + { + name = "Photos"; + url = "https://photos.jan-leila.com"; + keyword = ""; + tags = [""]; + } { name = "Git"; url = "https://git.jan-leila.com/";