perso-desktop: Move to linux zen 6.14
This commit is contained in:
parent
56be8f9cf1
commit
aab0c1bb17
1 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
# gamingKernel.enable = true; # Temporary disable to use latest linux kernel (amdgpu fixes)
|
gamingKernel.enable = true;
|
||||||
keymaps.layout = "us";
|
keymaps.layout = "us";
|
||||||
graphics.amdgpu.enable = true;
|
graphics.amdgpu.enable = true;
|
||||||
audio.pipewire.enable = true;
|
audio.pipewire.enable = true;
|
||||||
|
@ -67,5 +67,4 @@
|
||||||
extraPackages = with pkgs; [ rocmPackages.clr.icd amdvlk ];
|
extraPackages = with pkgs; [ rocmPackages.clr.icd amdvlk ];
|
||||||
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
|
extraPackages32 = with pkgs; [ driversi686Linux.amdvlk ];
|
||||||
};
|
};
|
||||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-rc;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue