nixos/tests/phabricator: fix renaming warning

release-18.03-flake
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
1 changed files with 1 additions and 1 deletions

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;
};
};