From 063bb3a4502f8584a73f418c896f5c93e5fb5d70 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Tue, 23 Mar 2021 11:35:40 -0600 Subject: emacs: icons: add all the icons to the things Signed-off-by: Kenny Ballou --- overlays/emacs/packages.nix | 6 ++++++ overlays/fonts/default.nix | 1 + 2 files changed, 7 insertions(+) (limited to 'overlays') diff --git a/overlays/emacs/packages.nix b/overlays/emacs/packages.nix index f568c249..79074ecd 100644 --- a/overlays/emacs/packages.nix +++ b/overlays/emacs/packages.nix @@ -33,6 +33,10 @@ in rec { }; emacs-package-list = (epkgs: (with epkgs.melpaPackages; [ + all-the-icons + all-the-icons-dired + all-the-icons-gnus + all-the-icons-ibuffer add-node-modules-path ag alchemist @@ -217,6 +221,8 @@ in rec { switch-window tagedit toml-mode + treemacs + treemacs-all-the-icons tuareg typescript-mode unfill diff --git a/overlays/fonts/default.nix b/overlays/fonts/default.nix index 013702dd..d7523c59 100644 --- a/overlays/fonts/default.nix +++ b/overlays/fonts/default.nix @@ -6,6 +6,7 @@ self: super: paths = with self; [ carlito dejavu_fonts + emacs-all-the-icons-fonts hack-font inconsolata-nerdfont ipafont -- cgit v1.2.1