Disabled wayland-overlay

This commit is contained in:
Andrea Ciceri 2021-12-29 13:56:23 +01:00
parent 264b1d0ac4
commit 5ec83521ea
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
9 changed files with 199 additions and 86 deletions

View file

@ -3,4 +3,7 @@
home.packages = with pkgs; [
cura
];
home.sessionVariables = {
QT_QPA_PLATFORM = "xcb";
};
}