depot/third_party/home-manager/tests/modules/services/window-managers/sway/sway-stubs.nix
Default email cfcd52ff70 Project import generated by Copybara.
GitOrigin-RevId: 70c5b268e10025c70823767f4fb49e240b40151d
2021-11-05 00:42:44 +08:00

13 lines
321 B
Nix

{
# Avoid unnecessary downloads in CI jobs and/or make out paths constant, i.e.,
# not containing hashes, version numbers etc.
test.stubs = {
dmenu = { };
rxvt-unicode-unwrapped = { };
i3status = { };
sway = { };
sway-unwrapped = { version = "1"; };
swaybg = { };
xwayland = { };
};
}