nix/host/x86_64-linux/pocket/Boot.nix

7 lines
85 B
Nix

{ ... }: {
boot.kernelParams = [
"fbcon=rotate:1"
"video=DSI-1:rotate=90"
];
}