mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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
|
# Prevents blinking cursor
|
||||||
services.xserver.displayManager.sddm = {
|
services.xserver.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
wayland.enable = mkDefault true;
|
||||||
settings = {
|
settings = {
|
||||||
Theme = {
|
Theme = {
|
||||||
CursorTheme = "breeze_cursors";
|
CursorTheme = "breeze_cursors";
|
||||||
|
|
@ -46,9 +47,6 @@ in {
|
||||||
X11 = {
|
X11 = {
|
||||||
MinimumVT = mkOverride 50 1;
|
MinimumVT = mkOverride 50 1;
|
||||||
};
|
};
|
||||||
General = {
|
|
||||||
DisplayServer = "wayland";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue