[Desktop/Developer] enable console by default...

This commit is contained in:
Antoine Viallon 2023-05-25 17:05:47 +02:00
parent e7f7c9a669
commit b248aa959f
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

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