From 4a106a82efd2fbdf72360c86217e2f9351ef66bd Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 19 Dec 2016 18:14:16 +0100 Subject: [PATCH] =?UTF-8?q?edition-musique:=20seules=20les=20stations=20de?= =?UTF-8?q?=20travail=20dubronetwork=20ont=20l'option=20activ=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-generator.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-generator.nix b/config-generator.nix index 48299be..393a64b 100644 --- a/config-generator.nix +++ b/config-generator.nix @@ -154,7 +154,6 @@ in developpement = true; docker = true; - edition-musique = true; edition-photo = true; edition-video = true; }; @@ -170,6 +169,7 @@ in (mkIf (pfl.isDubronetwork && pfl.isWorkstation) { r6d.config-generator = { conception-assistee = true; + edition-musique = true; virtualbox = true; xmonad = true; };