1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-16 11:31:39 +02:00
nixos-hardware/chuwi/minibook-x/default.nix

11 lines
238 B
Nix
Raw Normal View History

2024-06-11 06:44:19 +02:00
{ ... }: {
imports = [
../../common/cpu/intel
../../common/pc/laptop
../../common/pc/laptop/ssd
../../common/hidpi.nix
];
boot.kernelParams =
[ "fbcon=rotate:1" "video=DSI-1:panel_orientation=right_side_up" ];
}