Move to wayland.

This commit is contained in:
CronyAkatsuki 2024-02-29 14:26:33 +01:00
parent 95482003c8
commit c555e598b5

View File

@ -65,6 +65,7 @@
# Enable sddm with catppuccin theme and fix virtual keyboard bug # Enable sddm with catppuccin theme and fix virtual keyboard bug
services.xserver.displayManager.sddm = { services.xserver.displayManager.sddm = {
enable = true; enable = true;
wayland.enable = true;
theme = "catppuccin-sddm-corners"; theme = "catppuccin-sddm-corners";
# Fix keyboard showing up unnecesarilly # Fix keyboard showing up unnecesarilly
settings = { General = { InputMethod = ""; }; }; settings = { General = { InputMethod = ""; }; };