From 736b997d9fbfa854e1f261f6cde8ea078d62e02c Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 3 Dec 2020 11:05:23 +0100 Subject: [PATCH] Install nerdfonts --- roles/workstation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/workstation.nix b/roles/workstation.nix index 7500953..bdba41e 100644 --- a/roles/workstation.nix +++ b/roles/workstation.nix @@ -193,7 +193,7 @@ fonts.fonts = with pkgs; [ font-awesome-ttf - #nerdfonts + nerdfonts noto-fonts-cjk powerline-fonts ];