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.packages = with pkgs; [
fonts.packages = with pkgs-stable; [
# Fonts
# nerdfonts # FIXME broken
# powerline # FIXME broken by python 311 -> 312 nixpkgs update
nerdfonts
powerline
];
}