Xwayland support for laptop config
This commit is contained in:
parent
b4ec216bdc
commit
3797ed13c1
|
|
@ -21,17 +21,6 @@
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# 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.
|
# Enable the Sway Tiling Compositor and add extra system packages.
|
||||||
programs.sway = {
|
programs.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -58,7 +47,9 @@
|
||||||
xdg.portal.wlr.enable = true;
|
xdg.portal.wlr.enable = true;
|
||||||
xdg.portal.extraPortals = with pkgs; [ kdePackages.xdg-desktop-portal-kde ];
|
xdg.portal.extraPortals = with pkgs; [ kdePackages.xdg-desktop-portal-kde ];
|
||||||
# Whether to enable Qt configuration, including theming.
|
# 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
|
# GTK themes are not applied in Wayland applications / Window Decorations missing / Cursor looks different
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue