mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fix glyphs
This commit is contained in:
parent
4338c3a9b9
commit
bea9dfd961
|
@ -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
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue