about summary refs log tree commit diff
path: root/desktop.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-20T22·33+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-20T22·33+0200
commitba3a9c53eb776d44c9be4d172e56b954f6d083c7 (patch)
treea53826fc291c9f8578dadbb7ee2ecbbba0a30896 /desktop.nix
parent9b7810ae428418907d62765a7724a8362f2952a7 (diff)
feat(desktop): Install some more fonts
Adds fonts that will be useful for switching to i3status-rust and its
powerline mode!
Diffstat (limited to 'desktop.nix')
-rw-r--r--desktop.nix4
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
     ];
   };