From 8924231844285e219887588abee8d8b24d2b6def Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Fri, 11 Aug 2023 13:00:46 +0300 Subject: [PATCH] adding noto-fonts --- sys/laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/laptop/configuration.nix b/sys/laptop/configuration.nix index b1d9a23..c2677c0 100644 --- a/sys/laptop/configuration.nix +++ b/sys/laptop/configuration.nix @@ -42,7 +42,7 @@ time.timeZone = "Europe/Sofia"; - fonts.packages = with pkgs; [ nerdfonts ]; + fonts.packages = with pkgs; [ nerdfonts noto-fonts ]; environment = { systemPackages = with pkgs; [