mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developer] Enable console if debug is enabled
This commit is contained in:
parent
0e0af2403a
commit
74f5cbcdd4
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ in {
|
|||
})
|
||||
;
|
||||
|
||||
console.enable = generalCfg.debug;
|
||||
|
||||
environment.extraOutputsToInstall = [
|
||||
"doc" "info" "dev" "debug" "static"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue