mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/General] Improve Wayland support
This commit is contained in:
parent
506bd4e1f0
commit
934b33eef5
1 changed files with 7 additions and 0 deletions
|
|
@ -150,6 +150,13 @@ in {
|
||||||
aspellDicts.fr
|
aspellDicts.fr
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.variables = {
|
||||||
|
SDL_VIDEODRIVER = "wayland";
|
||||||
|
QT_QPA_PLATFORM = "wayland;xcb";
|
||||||
|
MOZ_DBUS_REMOTE = "1"; # For shared clipboard with Xwayland apps
|
||||||
|
_JAVA_AWT_WM_NONREPARENTING = "1";
|
||||||
|
};
|
||||||
|
|
||||||
aviallon.programs.allowUnfreeList = [
|
aviallon.programs.allowUnfreeList = [
|
||||||
"spotify" "spotify-unwrapped"
|
"spotify" "spotify-unwrapped"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue