nixos/tests/trac: fix renaming warning

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

View File

@ -45,7 +45,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;
};
};