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