Emacs add doom-modeline and dashboard packages
Add all-the-icons packages with font, experimenting if the spacing is better than nerd-icons
This commit is contained in:
parent
91e8a53322
commit
495c9928d1
|
@ -240,6 +240,7 @@
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
liberation_ttf # Documents
|
liberation_ttf # Documents
|
||||||
lmodern # LaTeX
|
lmodern # LaTeX
|
||||||
|
emacs-all-the-icons-fonts # Emacs
|
||||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,12 @@ with epkgs;
|
||||||
nerd-icons-dired
|
nerd-icons-dired
|
||||||
nerd-icons-ibuffer
|
nerd-icons-ibuffer
|
||||||
nerd-icons-corfu
|
nerd-icons-corfu
|
||||||
|
all-the-icons
|
||||||
|
all-the-icons-dired
|
||||||
|
all-the-icons-ibuffer
|
||||||
|
all-the-icons-completion
|
||||||
|
doom-modeline
|
||||||
|
dashboard
|
||||||
# Email and Calendar
|
# Email and Calendar
|
||||||
khalel
|
khalel
|
||||||
mu4e
|
mu4e
|
||||||
|
|
Loading…
Reference in a new issue