1

Disable wayland again for flatpak -> fix discord crash

This commit is contained in:
2024-05-31 02:57:41 +02:00
parent b43b4c3b50
commit 3f47eea1d8

View File

@ -180,6 +180,11 @@ rec {
alias = true;
};
# lazyvim = {
# enable = true;
# alias = true;
# };
nextcloud = {
enable = true;
autostart = false; # TODO: This option should use hyprland module
@ -900,8 +905,9 @@ rec {
overrides = {
global = {
# TODO: Makes discord crash
# Force Wayland by default
Context.sockets = ["wayland" "!x11" "!fallback-x11"];
# Context.sockets = ["wayland" "!x11" "!fallback-x11"];
Context.filesystems = ["/nix/store:ro"];