mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developer] enable console by default...
This commit is contained in:
parent
e7f7c9a669
commit
b248aa959f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue