Fixed polybar

This commit is contained in:
marc
2023-09-04 22:48:27 +02:00
parent 3ff5e00d29
commit c6ddc5f30f
8 changed files with 28 additions and 13 deletions

View File

@@ -49,7 +49,10 @@ in {
graphviz
];
fonts.fonts = [ pkgs.emacs-all-the-icons-fonts ];
fonts.fonts = with pkgs; [
iosevka
emacs-all-the-icons-fonts
];
env.PATH = [ "$HOME/.config/emacs/bin" ];