5 lines
68 B
Nix
5 lines
68 B
Nix
{ ... }:
|
|
{
|
|
boot.kernelParams = [ "video=eDP-1:2560x1600@165" ];
|
|
}
|