diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-20T22·33+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-20T22·33+0200 |
commit | ba3a9c53eb776d44c9be4d172e56b954f6d083c7 (patch) | |
tree | a53826fc291c9f8578dadbb7ee2ecbbba0a30896 | |
parent | 9b7810ae428418907d62765a7724a8362f2952a7 (diff) |
feat(desktop): Install some more fonts
Adds fonts that will be useful for switching to i3status-rust and its powerline mode!
-rw-r--r-- | desktop.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop.nix b/desktop.nix index 7554de7f93a7..284789dec5a6 100644 --- a/desktop.nix +++ b/desktop.nix @@ -32,7 +32,11 @@ in { # Configure fonts fonts = { fonts = with pkgs; [ + font-awesome-ttf input-fonts + noto-fonts-cjk + noto-fonts-emoji + powerline-fonts ]; }; |