emacs-treemacs-nerd-icons
This commit is contained in:
parent
68f549bae2
commit
fb3601f08d
1 changed files with 25 additions and 0 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue