Attempt 33

This commit is contained in:
Javier Feliz 2025-09-07 20:37:04 -04:00
parent b141732986
commit 3fb7392aca

View File

@ -6,7 +6,8 @@ let
cfg = config.programs.waycast; cfg = config.programs.waycast;
# Convert a Nix attribute set to TOML format # 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 in
{ {