Xwayland support for laptop config
This commit is contained in:
parent
b4ec216bdc
commit
3797ed13c1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue