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:
parent
9b7810ae42
commit
ba3a9c53eb
1 changed files with 4 additions and 0 deletions
|
@ -32,7 +32,11 @@ in {
|
|||
# Configure fonts
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
font-awesome-ttf
|
||||
input-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
powerline-fonts
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue