diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-21 08:35:52 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-21 08:43:36 -0800 |
commit | 49d45a7416200de27b1a269b711dae17ee711547 (patch) | |
tree | 8778f3e716c717b963ae41a59586b41405f8cc23 | |
parent | aptos: switch to iwd and enable thermald (diff) | |
download | world-49d45a7416200de27b1a269b711dae17ee711547.tar.gz |
fonts: add font-awesome for i3status
-rw-r--r-- | hosts/common/desktop/fonts.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/desktop/fonts.nix b/hosts/common/desktop/fonts.nix index 8f8a554..747abd1 100644 --- a/hosts/common/desktop/fonts.nix +++ b/hosts/common/desktop/fonts.nix @@ -7,6 +7,7 @@ fontconfig.enable = true; fonts = with pkgs; [ dejavu_fonts + font-awesome_5 noto-fonts noto-fonts-cjk # Chinese, Japanese, Korean noto-fonts-emoji |