about summary refs log tree commit diff
path: root/nixos/tests/gnome-xorg.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-03-27 15:57:23 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-03-27 15:59:11 +0200
commit8e251dfd7adaea5466367ea63e2df3700a457887 (patch)
tree022bf03ecfcc45751f11af72899e95fe31205024 /nixos/tests/gnome-xorg.nix
parentdb41679ebf167cf4bee0faef3d54ad66b0e7d7be (diff)
nixosTests.gnome: fix tests
GNOME Terminal is no longer installed by default,
breaking the tests that depend on it.
Let’s re-add it for now to unbreak them.
Diffstat (limited to 'nixos/tests/gnome-xorg.nix')
-rw-r--r--nixos/tests/gnome-xorg.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/gnome-xorg.nix b/nixos/tests/gnome-xorg.nix
index 6264b87af4ec5..d7be531e364ec 100644
--- a/nixos/tests/gnome-xorg.nix
+++ b/nixos/tests/gnome-xorg.nix
@@ -24,6 +24,7 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
       services.xserver.desktopManager.gnome.enable = true;
       services.xserver.desktopManager.gnome.debug = true;
       services.xserver.displayManager.defaultSession = "gnome-xorg";
+      programs.gnome-terminal.enable = true;
 
       systemd.user.services = {
         "org.gnome.Shell@x11" = {