nixos/tests/phabricator: fix renaming warning

This commit is contained in:
Thomas Tuegel 2017-03-03 07:26:17 -06:00
parent dcee54c935
commit e7b0b2bb66
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -54,7 +54,7 @@ import ./make-test.nix ({ pkgs, ... }: {
client =
{ config, pkgs, ... }:
{ imports = [ ./common/x11.nix ];
services.xserver.desktopManager.kde5.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
};
};