Unverified Commit 3a5fd74e authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

nixos/xserver: set default for externallyConfiguredDrivers

parent 5df1b9a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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