tweaks and updates
This commit is contained in:
parent
e468ac0c74
commit
13df636d6c
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue