From eae0962c983c7dab091d265e406157e155ff97ef Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 23 Mar 2024 23:30:16 -0400 Subject: [PATCH] moved all font configuration to desktop module --- system/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system/default.nix b/system/default.nix index dae1f8aa..a72a2a87 100644 --- a/system/default.nix +++ b/system/default.nix @@ -26,10 +26,6 @@ }; }; - fonts.packages = with pkgs; [ - (nerdfonts.override { fonts = [ "Hack" "DroidSansMono" ]; }) - ]; - hardware = { # Enable Bluetooth connections. bluetooth.enable = true;