Doom Icons in Daemon
(defun enable-doom-modeline-icons (_frame)
(setq doom-modeline-icon t))
(add-hook 'after-make-frame-functions
#'enable-doom-modeline-icons)
(defun enable-doom-modeline-icons (_frame)
(setq doom-modeline-icon t))
(add-hook 'after-make-frame-functions
#'enable-doom-modeline-icons)