migrate to wayland
This commit is contained in:
parent
41686a2372
commit
ac583b5201
1 changed files with 2 additions and 3 deletions
|
@ -109,11 +109,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
# desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
displayManager = {
|
displayManager = {
|
||||||
sddm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# wayland.enable = true;
|
wayland.enable = true;
|
||||||
autoLogin.relogin = true;
|
autoLogin.relogin = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -121,7 +121,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
xkb.layout = "fr";
|
xkb.layout = "fr";
|
||||||
exportConfiguration = true;
|
exportConfiguration = true;
|
||||||
desktopManager.plasma5.enable = true;
|
|
||||||
};
|
};
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue