tweaks and updates

This commit is contained in:
atagen 2024-03-25 13:29:34 +11:00
parent e468ac0c74
commit 13df636d6c

View file

@ -79,19 +79,19 @@
#input stuff
services.xserver = {
enable = false; # SDDM requires this - maybe not with wayland setting?
enable = true; # SDDM requires this
xkb.options = "caps:escape";
xkb.layout = "us";
libinput.enable = true;
desktopManager.plasma5 = {
enable = true;
# enableQt5Integration = true;
# enableQt5Integration = true; # for plasma6
runUsingSystemd = true;
};
displayManager.sddm = {
wayland.enable = true; # for plasma 6
wayland.enable = true; # experimental?
enable = true;
};
displayManager.defaultSession = "plasma";