summary refs log tree commit diff
path: root/nixos/tests/installed-tests/gsconnect.nix
blob: ac39f7435786b5dabbaeb1c7b03d910395d2fa36 (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, makeInstalledTest, ... }:

makeInstalledTest {
  tested = pkgs.gnomeExtensions.gsconnect;

  withX11 = true;
}