X11 is broken for games with plasma6.1 so I am commiting to wayland
This commit is contained in:
parent
32c1e29f42
commit
903a214e1e
12 changed files with 35 additions and 41 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
options,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
|
@ -16,6 +15,7 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_8;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue