Fix glyphs
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user