mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
try fkms
This commit is contained in:
parent
25f66f23ad
commit
aa45a857ec
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ in
|
||||||
dt-overlays = lib.mkOption {
|
dt-overlays = lib.mkOption {
|
||||||
type = with lib.types; attrsOf (submodule dt-overlay);
|
type = with lib.types; attrsOf (submodule dt-overlay);
|
||||||
default = { };
|
default = { };
|
||||||
example = { vc4-kms-v3d = { cma-256 = { enable = true; }; }; };
|
example = { vc4-fkms-v3d = { cma-256 = { enable = true; }; }; };
|
||||||
description = "dtb overlays to apply";
|
description = "dtb overlays to apply";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue