diff --git a/sakura/packages/emacs-xyz.scm b/sakura/packages/emacs-xyz.scm index ce0af6a..a24640f 100644 --- a/sakura/packages/emacs-xyz.scm +++ b/sakura/packages/emacs-xyz.scm @@ -31,3 +31,28 @@ (synopsis "Use nerd-icons for Dired") (description "Use nerd-icons for Dired") (license license:gpl3)))) + +(define-public emacs-treemacs-nerd-icons + (let ((commit "9876cb478145a0ec4e36f64ff6583f3de7126216") + (revision "1") + (version "1.0.0")) + (package + (name "emacs-treemacs-nerd-icons") + (version (git-version version revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rainstormstudio/treemacs-nerd-icons") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1xphhxdibjhp27z2lj1nxlxf7cfm8vpi44fr01fk9krqy9vaz0q0")))) + (build-system emacs-build-system) + (propagated-inputs + (list emacs-treemacs + emacs-nerd-icons)) + (home-page "https://github.com/rainstormstudio/treemacs-nerd-icons") + (synopsis "nerd-icons theme for treemacs") + (description "nerd-icons theme for treemacs") + (license license:gpl3))))