add(fonts): modular fonts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user