Browse Source

Add emacs dashboard

main
parent
commit
a3f6cc7717
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 4
      README.org
  2. 2
      modules/emacs.nix

4
README.org

@ -2608,14 +2608,14 @@ epkgs.doom-modeline
** Emacs Dashboard ** Emacs Dashboard
#+NAME emacs-dashboard-package
#+NAME: emacs-dashboard-package
#+BEGIN_SRC nix #+BEGIN_SRC nix
epkgs.emacs-dashboard epkgs.emacs-dashboard
#+END_SRC #+END_SRC
[[https:github.com/emacs-dashboard/emacs-dashboard][Emacs Dashboard]] is an extensible dashboard display for emacs that shows widgets containing the most relevant information to the user, and is a highly configurable splashscreen for Emacs. [[https:github.com/emacs-dashboard/emacs-dashboard][Emacs Dashboard]] is an extensible dashboard display for emacs that shows widgets containing the most relevant information to the user, and is a highly configurable splashscreen for Emacs.
#+NAME emacs-dashboard-elisp
#+NAME: emacs-dashboard-elisp
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; Setup `emacs-dashboard'. ;; Setup `emacs-dashboard'.
(require 'dashboard) (require 'dashboard)

2
modules/emacs.nix

@ -62,7 +62,7 @@ let
epkgs.desktop-environment epkgs.desktop-environment
epkgs.doom-themes epkgs.doom-themes
epkgs.doom-modeline epkgs.doom-modeline
epkgs.emacs-dashboard
]; ];
}; };

Loading…
Cancel
Save