mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Plasma] use proper SDDM wayland enablement
This commit is contained in:
parent
58839c3394
commit
255ee5c1df
1 changed files with 1 additions and 3 deletions
|
|
@ -39,6 +39,7 @@ in {
|
|||
# Prevents blinking cursor
|
||||
services.xserver.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = mkDefault true;
|
||||
settings = {
|
||||
Theme = {
|
||||
CursorTheme = "breeze_cursors";
|
||||
|
|
@ -46,9 +47,6 @@ in {
|
|||
X11 = {
|
||||
MinimumVT = mkOverride 50 1;
|
||||
};
|
||||
General = {
|
||||
DisplayServer = "wayland";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue