add(fonts): modular fonts

This commit is contained in:
kenji
2026-01-05 19:26:30 -06:00
parent 2b9067f87b
commit 7280b68f14
11 changed files with 293 additions and 22 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
{
config,
pkgs,
myConfig,
...
}: let
cacheWallpaper = "${config.home.homeDirectory}/.cache/current_wallpaper";
clockFont = "JetBrains Mono";
clockFont = myConfig.font.monospace;
in {
imports = [
./scripts/typewriter.nix