nixos/xserver: set default for externallyConfiguredDrivers

This commit is contained in:
Sizhe Zhao
2026-02-28 11:23:06 +08:00
parent 5df1b9a229
commit 3a5fd74e73
+1
View File
@@ -512,6 +512,7 @@ in
externallyConfiguredDrivers = mkOption {
type = types.listOf types.str;
internal = true;
default = [ ];
description = ''
A list of externally configured drivers (by name). Modules that
manually configure their drivers should add said drivers to this