1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

launchd: make Launch Agents config a freeform setting

Because there probably are options we don't know about.
This commit is contained in:
midchildan 2023-03-23 01:52:18 +09:00 committed by Robert Helgesson
parent d80bf24dab
commit 2acea86583
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 5 additions and 0 deletions

View file

@ -28,6 +28,8 @@
with lib;
{
freeformType = with types; attrsOf anything; # added by Home Manager
options = {
Label = mkOption {
type = types.str;