xmonad est activé pour toutes les stations de travail dubronetwork

extraction-donnees-privees
Jean-Pierre PRUNARET 9 years ago
parent af15068c29
commit c5b7c16946

@ -123,7 +123,10 @@ in
r6d.config-generator.nix-serve-server = true;
})
(mkIf (pfl.isDubronetwork && pfl.isWorkstation) {
r6d.config-generator.virtualbox = true;
r6d.config-generator = {
virtualbox = true;
xmonad = true;
};
})
## Profils liés à Prunetwork
@ -171,7 +174,6 @@ in
r6d.config-generator = {
laptop = true;
xmonad = true;
};
})
(mkIf comp.isMonstre {
@ -208,7 +210,6 @@ in
r6d.config-generator = {
nix-serve-server = true;
xmonad = true;
};
})
];

Loading…
Cancel
Save