mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Removed unnecessary fonts
This commit is contained in:
parent
9c1b371f2d
commit
87443f927f
|
@ -4,14 +4,8 @@
|
||||||
# Fonts are nice to have
|
# Fonts are nice to have
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
# Fonts
|
# Fonts
|
||||||
(nerdfonts.override { fonts = [ "Inconsolata" ]; })
|
nerdfonts
|
||||||
powerline
|
powerline
|
||||||
inconsolata
|
|
||||||
inconsolata-nerdfont
|
|
||||||
iosevka
|
|
||||||
font-awesome
|
|
||||||
ubuntu_font_family
|
|
||||||
terminus_font
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue