From 31d462895577cf2e9d3e06cec0756c634f6f5e11 Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 30 Jun 2025 13:20:46 -0500 Subject: [PATCH] test --- modules/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.nix b/modules/system.nix index 5acf820..9d74b5e 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -9,5 +9,6 @@ ../system/tty.nix ../system/firewall.nix ../system/boot.nix + ../system/font.nix ]; }