mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-15 08:46:25 +00:00
6 lines
208 B
Nix
6 lines
208 B
Nix
_: {
|
|
imports = [ ./gpd-generic.nix ];
|
|
|
|
# Many GPD devices uses a tablet displays that are mounted rotated 90° counter-clockwise
|
|
boot.kernelParams = [ "video=DSI-1:panel_orientation=right_side_up" ];
|
|
}
|