From 60817e4715a2fd42390a44b189b1c1cd1b888529 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Fri, 3 Mar 2017 07:26:51 -0600 Subject: nixos/tests/trac: fix renaming warning --- nixos/tests/trac.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/trac.nix') diff --git a/nixos/tests/trac.nix b/nixos/tests/trac.nix index 0d56c564e182..d426bbde68d2 100644 --- a/nixos/tests/trac.nix +++ b/nixos/tests/trac.nix @@ -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; }; }; -- cgit 1.4.1