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 {