nix-files/hosts/modules/hal/default.nix
Colin 52a0e8cf53 modules/hal/samsung: init
this can be used to get baseline support for samsung exynos5 chromebook

i should probably rename it, in time
2024-06-07 07:33:46 +00:00

9 lines
80 B
Nix

{ ... }:
{
imports = [
./pine64.nix
./samsung
./x86_64.nix
];
}