feat(desktop): Install some more fonts

Adds fonts that will be useful for switching to i3status-rust and its
powerline mode!
This commit is contained in:
Vincent Ambo 2017-10-21 00:33:54 +02:00
parent 9b7810ae42
commit ba3a9c53eb

View file

@ -32,7 +32,11 @@ in {
# Configure fonts
fonts = {
fonts = with pkgs; [
font-awesome-ttf
input-fonts
noto-fonts-cjk
noto-fonts-emoji
powerline-fonts
];
};