mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-17 20:49:26 +00:00
Fixes for the P8
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
"video=DSI-1:panel_orientation=right_side_up"
|
||||
"fbcon=rotate:1"
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.extraModprobeConfig = ''
|
||||
options intel_hid enable_sw_tablet_mode=2
|
||||
'';
|
||||
boot.kernelPackages = pkgs.linuxPackages_testing;
|
||||
|
||||
# Fix the font rendering
|
||||
fonts.fontconfig = {
|
||||
|
||||
Reference in New Issue
Block a user