[Desktop/Developer] Enable console if debug is enabled

This commit is contained in:
Antoine Viallon 2023-05-18 00:42:44 +02:00
parent 0e0af2403a
commit 74f5cbcdd4
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -85,6 +85,8 @@ in {
})
;
console.enable = generalCfg.debug;
environment.extraOutputsToInstall = [
"doc" "info" "dev" "debug" "static"
];