From c555e598b597e5744d000a41b0a7bf40c366b921 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 29 Feb 2024 14:26:33 +0100 Subject: [PATCH] Move to wayland. --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 0f5f23f..0ee2fa6 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -65,6 +65,7 @@ # Enable sddm with catppuccin theme and fix virtual keyboard bug services.xserver.displayManager.sddm = { enable = true; + wayland.enable = true; theme = "catppuccin-sddm-corners"; # Fix keyboard showing up unnecesarilly settings = { General = { InputMethod = ""; }; };