Fix glyphs

This commit is contained in:
Emmet 2024-09-10 20:06:41 -05:00
parent 4338c3a9b9
commit bea9dfd961

View file

@ -1,11 +1,11 @@
{ pkgs, ... }: { pkgs-stable, ... }:
{ {
# Fonts are nice to have # Fonts are nice to have
fonts.packages = with pkgs; [ fonts.packages = with pkgs-stable; [
# Fonts # Fonts
# nerdfonts # FIXME broken nerdfonts
# powerline # FIXME broken by python 311 -> 312 nixpkgs update powerline
]; ];
} }