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";