From 3fb7392acadd933eee95e06c142f7bc7addb8c79 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Sun, 7 Sep 2025 20:37:04 -0400 Subject: [PATCH] Attempt 33 --- modules/home-manager/waycast.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/waycast.nix b/modules/home-manager/waycast.nix index adab243..eeafb28 100644 --- a/modules/home-manager/waycast.nix +++ b/modules/home-manager/waycast.nix @@ -6,7 +6,8 @@ let cfg = config.programs.waycast; # Convert a Nix attribute set to TOML format - toToml = value: pkgs.formats.toml { }.generate "waycast.toml" value; + tomlFormat = pkgs.formats.toml { }; + toToml = value: tomlFormat.generate "waycast.toml" value; in {