From b907157d5fa9b34438e474eeb1cb9f9c647b43ee Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Tue, 24 Dec 2024 16:23:09 +0100 Subject: [PATCH] yes --- stylix/palette.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylix/palette.nix b/stylix/palette.nix index 5a13916..76bc29a 100644 --- a/stylix/palette.nix +++ b/stylix/palette.nix @@ -13,8 +13,8 @@ generatedJSON = pkgs.runCommand "palette.json" {} '' ${palette-generator}/bin/palette-generator \ "${cfg.polarity.force}" \ - "${cfg.polarity.primaryScale.dark}" \ - "${cfg.polarity.primaryScale.light}" \ + "${toString cfg.polarity.primaryScale.dark}" \ + "${toString cfg.polarity.primaryScale.light}" \ ${lib.escapeShellArg "${cfg.image}"} \ "$out" '';