hst/enablement: editor friendly enablement adaptor
Some checks failed
Test / Create distribution (push) Successful in 35s
Test / Sandbox (push) Successful in 2m10s
Test / Hakurei (push) Failing after 2m32s
Test / Sandbox (race detector) (push) Successful in 4m15s
Test / Hakurei (race detector) (push) Failing after 4m19s
Test / Hpkg (push) Failing after 17m28s
Test / Flake checks (push) Has been skipped
Some checks failed
Test / Create distribution (push) Successful in 35s
Test / Sandbox (push) Successful in 2m10s
Test / Hakurei (push) Failing after 2m32s
Test / Sandbox (race detector) (push) Successful in 4m15s
Test / Hakurei (race detector) (push) Failing after 4m19s
Test / Hpkg (push) Failing after 17m28s
Test / Flake checks (push) Has been skipped
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:
@@ -126,7 +126,7 @@
|
||||
wayland-utils
|
||||
];
|
||||
command = "foot";
|
||||
capability = {
|
||||
enablements = {
|
||||
dbus = false;
|
||||
pulse = false;
|
||||
};
|
||||
@@ -141,7 +141,7 @@
|
||||
share = pkgs.foot;
|
||||
packages = [ ];
|
||||
command = "foot";
|
||||
capability = {
|
||||
enablements = {
|
||||
dbus = false;
|
||||
pulse = false;
|
||||
};
|
||||
@@ -154,7 +154,7 @@
|
||||
share = pkgs.foot;
|
||||
packages = [ pkgs.foot ];
|
||||
command = "foot";
|
||||
capability.dbus = false;
|
||||
enablements.dbus = false;
|
||||
};
|
||||
|
||||
"cat.gensokyo.extern.Alacritty.x11" = {
|
||||
@@ -171,7 +171,7 @@
|
||||
mesa-demos
|
||||
];
|
||||
command = "alacritty";
|
||||
capability = {
|
||||
enablements = {
|
||||
wayland = false;
|
||||
x11 = true;
|
||||
dbus = false;
|
||||
@@ -192,7 +192,7 @@
|
||||
wayland-utils
|
||||
];
|
||||
command = "foot";
|
||||
capability = {
|
||||
enablements = {
|
||||
dbus = false;
|
||||
pulse = false;
|
||||
};
|
||||
@@ -204,7 +204,7 @@
|
||||
verbose = true;
|
||||
share = pkgs.strace;
|
||||
command = "strace true";
|
||||
capability = {
|
||||
enablements = {
|
||||
wayland = false;
|
||||
x11 = false;
|
||||
dbus = false;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
share = pkgs.foot;
|
||||
packages = [ pkgs.foot ];
|
||||
command = "foot";
|
||||
capability = {
|
||||
enablements = {
|
||||
dbus = false;
|
||||
pulse = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user