try steamdeck hw support with latest kernel
This commit is contained in:
parent
5992595fb1
commit
429709d559
1 changed files with 2 additions and 1 deletions
|
|
@ -49,9 +49,10 @@
|
|||
};
|
||||
|
||||
jovian.devices.steamdeck = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
# enableDefaultStage1Modules = false;
|
||||
};
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue