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 e4e11cfd63
commit cb59d07367
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E
12 changed files with 35 additions and 41 deletions

View file

@ -15,7 +15,11 @@ let
tuigreet = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --remember --remember-session";
command = if hyperland.enable then "${tuigreet} --sessions ${hyprland-session}" else "${tuigreet} --sessions ${kde-session}";
command =
if hyperland.enable then
"${tuigreet} --sessions ${hyprland-session}"
else
"${tuigreet} --sessions ${kde-session}";
in
{
options.wyrdgard.graphical-interface.display-manager.greetd = with types; {

View file

@ -1,8 +1,4 @@
{
config,
lib,
...
}:
{ config, lib, ... }:
with lib;
with lib.wyrdgard;
let