diff --git a/hosts/desktops/common/services.nix b/hosts/desktops/common/services.nix index 314aebc..af7847f 100644 --- a/hosts/desktops/common/services.nix +++ b/hosts/desktops/common/services.nix @@ -38,11 +38,16 @@ in { compositorCommand = "${pkgs.kwin}/bin/kwin_wayland --no-global-shortcuts --no-lockscreen --locale1"; }; - settings.General = { - GreeterEnvironment = - "QT_PLUGIN_PATH=${pkgs.plasma5Packages.layer-shell-qt}/${pkgs.plasma5Packages.qtbase.qtPluginPrefix},QT_WAYLAND_SHELL_INTEGRATION=layer-shell,XKB_DEFAULT_KEYMAP=en"; - InputMethod = ""; - CursorTheme = "breeze_cursors"; + settings = { + Theme = { + CursorTheme = "breeze_cursors"; + CursorSize = "24"; + }; + General = { + GreeterEnvironment = + "QT_PLUGIN_PATH=${pkgs.plasma5Packages.layer-shell-qt}/${pkgs.plasma5Packages.qtbase.qtPluginPrefix},QT_WAYLAND_SHELL_INTEGRATION=layer-shell,XKB_DEFAULT_KEYMAP=us,XKB_DEFAULT_VARIANT=altgr-intl"; + InputMethod = ""; + }; }; }; };