put config stuff in an attrset

This commit is contained in:
Kiara Grouwstra 2025-07-31 15:54:31 +02:00
parent 1048ac674e
commit e5b08faa1b
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -68,8 +68,9 @@ in
default = false;
};
};
config.resource-type = types.raw; # TODO: splice out the user type from NixOS
config.apply =
config = {
resource-type = types.raw; # TODO: splice out the user type from NixOS
apply =
requests:
let
# Filter out requests that need wheel if policy doesn't allow it
@ -88,6 +89,7 @@ in
};
};
};
};
applications.hello =
{ ... }:
{