From e286efec85cf4131a72ce8e386e6696bc747753f Mon Sep 17 00:00:00 2001 From: itsscb Date: Sat, 2 Aug 2025 19:06:20 +0200 Subject: [PATCH] feat: add fonts --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4324150..ab9547b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -211,6 +211,13 @@ in { fonts.packages = with pkgs; [ nerd-fonts.fira-code fira-code + font-awesome + dejavu_fonts + noto-fonts + source-sans-pro + roboto + cantarell-fonts + eb-garamond ]; programs = {