From 4ffeec3004607b76f73e504da220a1490c598348 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 15 Aug 2025 04:57:37 +0900 Subject: hst/enablement: editor friendly enablement adaptor 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 --- test/interactive/hakurei.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/interactive') diff --git a/test/interactive/hakurei.nix b/test/interactive/hakurei.nix index 3c96b3c9..887ed3e2 100644 --- a/test/interactive/hakurei.nix +++ b/test/interactive/hakurei.nix @@ -13,7 +13,7 @@ share = pkgs.foot; packages = [ pkgs.foot ]; command = "foot"; - capability = { + enablements = { dbus = false; pulse = false; }; -- cgit v1.3.1