From 53e6dd745e748c917e364897795eb343d5b3570b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 11 Oct 2023 06:39:16 +0100 Subject: [PATCH] Add awesome hyprland bookmark --- system/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/firefox.nix b/system/firefox.nix index c879f7b4..14dc1310 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -95,6 +95,10 @@ name = "Doom Emacs Docs"; url = "https://docs.doomemacs.org/"; } + { + name = "Awesome Hyprland"; + url = "https://github.com/hyprland-community/awesome-hyprland"; + } { name = "Nerd Fonts Cheat Sheet"; url = "https://www.nerdfonts.com/cheat-sheet";