diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-07-22T13·22+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-07-22T13·22+0200 |
commit | 503eff9a1fd93796494d29ca7a782c0e289841f5 (patch) | |
tree | 99e4cd5ee8dca31d72e97f51907397d2306fb2b1 /desktop.nix | |
parent | 117f3f6d58e7d0f42e41b646a9cb22362c5494f1 (diff) |
feat(desktop): Install corefonts
Diffstat (limited to 'desktop.nix')
-rw-r--r-- | desktop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop.nix b/desktop.nix index 277134898f2c..5f9746bf7c79 100644 --- a/desktop.nix +++ b/desktop.nix @@ -44,6 +44,7 @@ in { # Configure fonts fonts = { fonts = with pkgs; [ + corefonts font-awesome-ttf input-fonts noto-fonts-cjk |