nix-config/nixos/_mixins/hardware/gpd-edp.nix
Gregory Burd 86706b1fc7 wimpy-ified
inspired by wimpysworld nix-config
2023-09-25 14:05:07 -04:00

7 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=eDP-1:panel_orientation=right_side_up" ];
}