mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-11 16:52:24 +00:00
Adjust panel settings
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
|
||||
# Fix on boot framebuffer res and rotation
|
||||
boot.kernelParams =
|
||||
[
|
||||
[
|
||||
"video=efifb:mode=0"
|
||||
"video=DSI-1:panel_orientation=right_side_up"
|
||||
"fbcon=rotate:1"
|
||||
];
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# Provide rotation to X/Wayland
|
||||
|
||||
Reference in New Issue
Block a user