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 -2
View File
@@ -1,4 +1,4 @@
{pkgs, ...}: let
{pkgs, myConfig, ...}: let
# Screenshot script with swappy integration
screenshot = pkgs.writeShellScriptBin "screenshot" ''
#!/usr/bin/env bash
@@ -54,7 +54,7 @@ in {
show_panel=true
line_size=5
text_size=20
text_font=sans-serif
text_font=${myConfig.font.sans}
paint_mode=brush
early_exit=false
fill_shape=false