feat(hosts/merope): enable fkms-3d dto

This commit is contained in:
Gabriel Fontes
2024-08-28 09:16:55 -03:00
parent cf6213dc40
commit 752f15060f
+4 -1
View File
@@ -33,7 +33,10 @@
}
];
hardware.raspberry-pi."4".i2c1.enable = true;
hardware.raspberry-pi."4" = {
i2c1.enable = true;
fkms-3d.enable = true;
};
nixpkgs.hostPlatform.system = "aarch64-linux";