asahi: switch to fairydust kernel, alien: switch to vanilla kernel
This commit is contained in:
parent
225c73dd43
commit
390f164d4a
5 changed files with 79 additions and 8 deletions
|
|
@ -26,10 +26,11 @@
|
|||
catppuccin.accent = "blue";
|
||||
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
# boot.kernelPackages = pkgs.linuxPackages;
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
|
||||
# let's use the CachyOS kernel instead!
|
||||
boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-lts;
|
||||
# boot.kernelPackages = pkgs.cachyosKernels.linuxPackages-cachyos-lts;
|
||||
# hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
|
||||
programs = {
|
||||
gamescope = {
|
||||
|
|
@ -68,7 +69,6 @@
|
|||
powerManagement.enable = false;
|
||||
nvidiaSettings = false;
|
||||
open = false;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
};
|
||||
|
||||
services.sunshine = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue