From fe781a0eed07a2b867d23b7a038ff1579fc2465a Mon Sep 17 00:00:00 2001 From: Hadi Date: Wed, 27 May 2026 15:02:18 +0200 Subject: [PATCH] add nvf bookmark Signed-off-by: Hadi --- home/programs/helium/bookmarks/other.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/programs/helium/bookmarks/other.nix b/home/programs/helium/bookmarks/other.nix index 8d7ab03..a43ea98 100644 --- a/home/programs/helium/bookmarks/other.nix +++ b/home/programs/helium/bookmarks/other.nix @@ -11,6 +11,10 @@ name = "Hyprland Wiki"; url = "https://wiki.hypr.land"; } + { + name = "NVF Options"; + url = "https://nvf.notashelf.dev/"; + } { name = "Stylix Wiki"; url = "https://nix-community.github.io/stylix/";