mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Plasma] Ask sddm to use wayland for its own display, although it doesn't seem to work
This commit is contained in:
parent
cd8b4e7879
commit
f4cf605c54
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ in {
|
|||
X11 = {
|
||||
MinimumVT = mkOverride 50 1;
|
||||
};
|
||||
General = {
|
||||
DisplayServer = "wayland";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue