···2020 # For now, this is the only available featureset. This is also why the file is
2121 # in the i3 folder, even though it might be useful for more than just i3
2222 # users.
2323- cargoBuildFlags = [ "--features i3" ];
2323+ buildFeatures = [ "i3" ];
24242525 meta = with lib; {
2626 description = "Visually focus windows by label";