diff options
-rw-r--r-- | modules/home/theme-st.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |