mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
hardware.steamdeck: enable touch screen support
This commit is contained in:
@@ -50,5 +50,10 @@ inputs:
|
||||
};
|
||||
bugs = [ "xmunet" ];
|
||||
};
|
||||
specialisation.debug.configuration =
|
||||
{
|
||||
nixos.system.initrd.unl0kr = inputs.lib.mkForce null;
|
||||
system.nixos.tags = [ "no-unl0kr" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -14,5 +14,10 @@ inputs:
|
||||
};
|
||||
services.displayManager.sddm.enable = false;
|
||||
systemd.services.display-manager.enable = false;
|
||||
boot.initrd.kernelModules =
|
||||
[
|
||||
"hid_generic" "hid_multitouch" "i2c_designware_core" "i2c_designware_platform" "i2c_hid_acpi" "evdev"
|
||||
"i2c_hid_api"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user