X11 is broken for games with plasma6.1 so I am commiting to wayland

This commit is contained in:
Christoph Hollizeck 2024-06-24 23:47:31 +02:00
parent cb5a79c914
commit fb75041174
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
12 changed files with 35 additions and 41 deletions

View file

@ -1,5 +1,4 @@
{
options,
config,
lib,
pkgs,
@ -18,18 +17,12 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ xdg-utils ];
services = {
xserver = {
enable = true;
wyrdgard.graphical-interface = {
display-manager.sddm = enabled;
desktop-manager = {
hyprland = enabled;
kde = enabled;
};
displayManager = {
defaultSession = "plasmax11";
sddm = {
enable = true;
wayland.enable = true;
};
};
desktopManager.plasma6 = enabled;
};
};
}