From e7b0b2bb66fb0047ccd6288bd4faaf91ebad00a0 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 3 Mar 2017 07:26:17 -0600 Subject: [PATCH] nixos/tests/phabricator: fix renaming warning --- nixos/tests/phabricator.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/phabricator.nix b/nixos/tests/phabricator.nix index 85faafd56899..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.kde5.enable = true; + services.xserver.desktopManager.plasma5.enable = true; }; };