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
View File
@@ -1,6 +1,7 @@
{
config,
pkgs,
myConfig,
...
}: {
home.packages = [
@@ -54,6 +55,7 @@
enableFishIntegration = true;
settings = {
font-family = myConfig.font.monospace;
confirm-close-surface = false;
app-notifications = false;
window-padding-x = 15;