global(gpu): add session checks for session-specific options

This commit is contained in:
514fpv 2024-02-19 12:55:23 +08:00
parent 8622021271
commit 6ad500f136
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
3 changed files with 12 additions and 7 deletions

View file

@ -3,7 +3,8 @@
, config
, ... }: with lib; let
cfg = config.global.gpu;
in mkIf cfg.enable {
gui = with cfg; enable && session;
in mkIf gui {
boot = {
loader.timeout = mkDefault 0;
consoleLogLevel = 0;