From 78768e6dad99c0919bc2e387420af4a1f0c13368 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 27 Oct 2023 05:19:34 +0100 Subject: [PATCH] Add awesome-emacs bookmark, pdf-tools package --- system/emacs.nix | 1 + system/firefox.nix | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/system/emacs.nix b/system/emacs.nix index 44fed7ce..d2581bfd 100644 --- a/system/emacs.nix +++ b/system/emacs.nix @@ -80,6 +80,7 @@ which-key magit vterm + pdf-tools ])); }; } diff --git a/system/firefox.nix b/system/firefox.nix index 037bec63..bee00e2d 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -161,6 +161,10 @@ name = "Crafted Emacs"; url = "https://github.com/SystemCrafters/crafted-emacs"; } + { + name = "Awesome Emacs"; + url = "https://github.com/emacs-tw/awesome-emacs"; + } { name = "Awesome Hyprland"; url = "https://github.com/hyprland-community/awesome-hyprland";