Fix Xwayland, new wifi,...
All checks were successful
Nix Build / build-nixos (push) Successful in 6m50s
All checks were successful
Nix Build / build-nixos (push) Successful in 6m50s
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
config = lib.mkIf (config.syscfg.make.gui) {
|
||||
programs.xwayland.enable = true;
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
videoDrivers = [ "amd" ];
|
||||
|
@ -15,12 +15,12 @@
|
||||
GBM_BACKEND = "amd-drm";
|
||||
__GL_GSYNC_ALLOWED = "0";
|
||||
__GL_VRR_ALLOWED = "1";
|
||||
WLR_DRM_NO_ATOMIC = "1";
|
||||
__GLX_VENDOR_LIBRARY_NAME = "amd";
|
||||
WLR_DRM_NO_ATOMIC = "1";
|
||||
_JAVA_AWT_WM_NONREPARENTING = "1";
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||
GDK_BACKEND = "wayland";
|
||||
# GDK_BACKEND = "wayland";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
MOZ_ENABLE_WAYLAND = "1";
|
||||
# WLR_BACKEND = "vulkan";
|
||||
|
Reference in New Issue
Block a user