From 62f07cf6e5d4281b6faa70f9b56ebd35e8168b8a Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 16 Jul 2024 17:15:47 +0300 Subject: [PATCH] feat(arwen): minimum fonts --- systems/hosts/arwen/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/hosts/arwen/default.nix b/systems/hosts/arwen/default.nix index 959476f..1f9978a 100644 --- a/systems/hosts/arwen/default.nix +++ b/systems/hosts/arwen/default.nix @@ -32,6 +32,12 @@ git vim wget + + font-awesome + liberation_ttf + (nerdfonts.override { + fonts = ["FiraCode" "VictorMono"]; + }) ]; environment.persistence."/persist" = { -- 2.44.1