nixos/xserver: set default for externallyConfiguredDrivers (#495071)

This commit is contained in:
Sizhe Zhao
2026-02-28 03:29:39 +00:00
committed by GitHub
+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