1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 20:21:32 +03:00
mobile-nixos/devices/asus-z00t/default.nix

13 lines
171 B
Nix
Raw Normal View History

{
lib,
}:
let
config = (lib.importJSON ../postmarketOS-devices.json).asus-z00t;
in
config // {
name = config.pm_name;
rootfs = {
fb_modes = ./fb.modes;
};
}