Attempt 33
This commit is contained in:
parent
b141732986
commit
3fb7392aca
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user