@@ -28493,6 +28493,28 @@ (define-public emacs-nerd-icons-dired
requires a nerd font to be installed on your system.")
(license license:gpl3+))))
+(define-public emacs-nerd-icons-ibuffer
+ (package
+ (name "emacs-nerd-icons-ibuffer")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/seagle0128/nerd-icons-ibuffer/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1wj6kcgvh700maj9i5pmgzc48lbj0dbxx849a8w519m4anr7b23s"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-nerd-icons))
+ (home-page "https://github.com/seagle0128/nerd-icons-ibuffer")
+ (synopsis "Display nerd icons in @code{ibuffer}")
+ (description
+ "This package provides displaying nerd icons in @code{ibuffer}. This
+requires a nerd font to be installed on your system.")
+ (license license:gpl3+)))
+
(define-public emacs-nerd-icons-ivy-rich
(package
(name "emacs-nerd-icons-ivy-rich")