Disable wayland again for flatpak -> fix discord crash
This commit is contained in:
@ -180,6 +180,11 @@ rec {
|
|||||||
alias = true;
|
alias = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# lazyvim = {
|
||||||
|
# enable = true;
|
||||||
|
# alias = true;
|
||||||
|
# };
|
||||||
|
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autostart = false; # TODO: This option should use hyprland module
|
autostart = false; # TODO: This option should use hyprland module
|
||||||
@ -900,8 +905,9 @@ rec {
|
|||||||
|
|
||||||
overrides = {
|
overrides = {
|
||||||
global = {
|
global = {
|
||||||
|
# TODO: Makes discord crash
|
||||||
# Force Wayland by default
|
# Force Wayland by default
|
||||||
Context.sockets = ["wayland" "!x11" "!fallback-x11"];
|
# Context.sockets = ["wayland" "!x11" "!fallback-x11"];
|
||||||
|
|
||||||
Context.filesystems = ["/nix/store:ro"];
|
Context.filesystems = ["/nix/store:ro"];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user