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

@@ -12,6 +12,10 @@ in
environment.systemPackages = with pkgs; [
zsh
zsh-powerlevel10k
];
fonts.fonts = with pkgs; [
iosevka
(nerdfonts.override { fonts = [ "Iosevka" ]; })
];