nixos/tests: fix Plasma 5 test

This commit is contained in:
Thomas Tuegel
2017-02-28 19:09:56 -06:00
parent 80e883a7c3
commit 0da421ce17
3 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,8 @@ import ./make-test.nix ({ pkgs, ...} :
user = "alice";
};
};
services.xserver.desktopManager.kde5.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
services.xserver.desktopManager.default = "plasma5";
virtualisation.writableStore = false; # FIXME
};