From 38cc658ca01a38df68962c85e3d64584d2783fde Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 27 Feb 2024 21:06:22 -0500 Subject: [PATCH] fixed fonts --- src/systems/desktop/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systems/desktop/system.nix b/src/systems/desktop/system.nix index d8cd089..85fb8da 100644 --- a/src/systems/desktop/system.nix +++ b/src/systems/desktop/system.nix @@ -56,7 +56,7 @@ # Fonts fonts.packages = with pkgs; [ terminus_font - nerdfonts + terminus-nerdfont ]; # Audio