hst/enablement: editor friendly enablement adaptor
Some checks failed
Test / Create distribution (push) Successful in 34s
Test / Sandbox (push) Successful in 41s
Test / Sandbox (race detector) (push) Successful in 42s
Test / Hakurei (race detector) (push) Successful in 3m3s
Test / Hakurei (push) Successful in 2m18s
Test / Flake checks (push) Has been cancelled
Test / Hpkg (push) Has been cancelled

Having the bit field value here (in decimal, no less) is unfriendly to text editors. Use a bunch of booleans here to improve ease of use.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-08-15 04:57:37 +09:00
parent 9ed3ba85ea
commit 3078350e13
18 changed files with 236 additions and 44 deletions

View File

@@ -13,7 +13,7 @@
share = pkgs.foot;
packages = [ pkgs.foot ];
command = "foot";
capability = {
enablements = {
dbus = false;
pulse = false;
};