mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
launchd: make Launch Agents config a freeform setting
Because there probably are options we don't know about.
This commit is contained in:
committed by
Robert Helgesson
parent
d80bf24dab
commit
2acea86583
@@ -28,6 +28,8 @@
|
||||
with lib;
|
||||
|
||||
{
|
||||
freeformType = with types; attrsOf anything; # added by Home Manager
|
||||
|
||||
options = {
|
||||
Label = mkOption {
|
||||
type = types.str;
|
||||
|
||||
Reference in New Issue
Block a user