mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Fix hyprland after update
This commit is contained in:
parent
8f04449cb0
commit
7d6bec4228
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
|||
XDG_CURRENT_DESKTOP = "Hyprland";
|
||||
XDG_SESSION_DESKTOP = "Hyprland";
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
AQ_DRM_DEVICES = "/dev/dri/card2:/dev/dri/card1";
|
||||
AQ_DRM_DEVICES = "/dev/dri/card1:/dev/dri/card0";
|
||||
GDK_BACKEND = "wayland,x11,*";
|
||||
QT_QPA_PLATFORM = "wayland;xcb";
|
||||
QT_QPA_PLATFORMTHEME = lib.mkForce "qt5ct";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue