about summary refs log tree commit diff
path: root/nixos/tests/phabricator.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/phabricator.nix')
-rw-r--r--nixos/tests/phabricator.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/phabricator.nix b/nixos/tests/phabricator.nix
index 3bf83ab66655..fdc39393faea 100644
--- a/nixos/tests/phabricator.nix
+++ b/nixos/tests/phabricator.nix
@@ -54,7 +54,7 @@ import ./make-test.nix ({ pkgs, ... }: {
     client =
       { config, pkgs, ... }:
       { imports = [ ./common/x11.nix ];
-        services.xserver.desktopManager.kde4.enable = true;
+        services.xserver.desktopManager.plasma5.enable = true;
       };
   };