Skip to content

Commit

Permalink
nixos/tests/phabricator: fix renaming warning
Browse files Browse the repository at this point in the history
(cherry picked from commit e7b0b2b)
  • Loading branch information
ttuegel authored and globin committed Mar 6, 2017
1 parent f6cd3bd commit 6502e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/phabricator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};

Expand Down

0 comments on commit 6502e9f

Please sign in to comment.