Xwayland support for laptop config

This commit is contained in:
Curt Spark 2024-03-16 05:49:20 +00:00
parent b4ec216bdc
commit 3797ed13c1
1 changed files with 3 additions and 12 deletions

View File

@ -21,17 +21,6 @@
networking.networkmanager.enable = true;
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
services.xserver = {
# Enable the X11 windowing system.
enable = true;
# Remove/disable xterm, we are using Konsole.
desktopManager.xterm.enable = false;
excludePackages = with pkgs; [ xterm ];
# Enable touchpad support (enabled default in most desktopManager).
# libinput.enable = true;
};
# Enable the Sway Tiling Compositor and add extra system packages.
programs.sway = {
enable = true;
@ -58,7 +47,9 @@
xdg.portal.wlr.enable = true;
xdg.portal.extraPortals = with pkgs; [ kdePackages.xdg-desktop-portal-kde ];
# Whether to enable Qt configuration, including theming.
qt.enable = true
qt.enable = true;
# Enable xwayland support
programs.xwayland.enable = true;
# GTK themes are not applied in Wayland applications / Window Decorations missing / Cursor looks different
programs.dconf.enable = true;