LoutreOS: rollback wayland

This commit is contained in:
nyanloutre 2024-07-08 20:58:18 +02:00
parent 968033f95d
commit c39ed72891
Signed by: nyanloutre
GPG key ID: 194A92D1103ACB2A
3 changed files with 16 additions and 4 deletions

View file

@ -48,6 +48,8 @@
inherit (texlive) scheme-small titling collection-langfrench cm-super;
})
libsForQt5.breeze-gtk
libreoffice
gimp
@ -97,15 +99,20 @@
};
services = {
desktopManager.plasma6.enable = true;
# desktopManager.plasma6.enable = true;
displayManager = {
autoLogin.user = "paul";
sddm = {
enable = true;
wayland.enable = true;
# wayland.enable = true;
autoLogin.relogin = true;
};
};
xserver = {
enable = true;
xkb.layout = "fr";
exportConfiguration = true;
desktopManager.plasma5.enable = true;
};
udev.packages = with pkgs; [ ledger-udev-rules ];
pcscd.enable = true;
};