From 7424849c7ad76ff9aa3963ef59ff5f66471abb8a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Jul 2025 14:50:14 -0500 Subject: fix theme-st --- modules/home/theme-st.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/home/theme-st.nix b/modules/home/theme-st.nix index bc22791..3eb465b 100644 --- a/modules/home/theme-st.nix +++ b/modules/home/theme-st.nix @@ -13,7 +13,7 @@ buildInputs = old.buildInputs or [] ++ [ pkgs.makeWrapper ]; postInstall = old.postInstall or "" + '' wrapProgram $out/bin/st \ - --add-flags '-f${config.theme.st.font}' + --add-flags '-f"${config.theme.st.font}"' ''; }); in { -- cgit v1.2.3