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