emacs-treemacs-nerd-icons

This commit is contained in:
Murphy 2024-12-18 23:50:57 -05:00
parent 68f549bae2
commit fb3601f08d
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -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))))