Skip to content

Commit

Permalink
fix(discord): remove popup and crashing on start
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX committed Dec 10, 2023
1 parent 51c3fb3 commit 962941b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 5 additions & 9 deletions modules/apps/discord/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,15 @@ in {
{
"SKIP_HOST_UPDATE": true,
"openasar": {
"setup": false,
"setup": true,
"noTyping": true,
"quickstart": true,
},
"IS_MAXIMIZED": false,
"IS_MAXIMIZED": true,
"IS_MINIMIZED": false,
"WINDOW_BOUNDS": {
"x": 92,
"y": 14,
"width": 1814,
"height": 1052
},
"trayBalloonShown": true,
"MINIMIZE_TO_TRAY": false
"MINIMIZE_TO_TRAY": false,
"OPEN_ON_STARTUP": false,
}
'';
};
Expand Down
2 changes: 2 additions & 0 deletions modules/system/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ in {
# To prevent firefox from creating ~/Desktop.
XDG_DESKTOP_DIR = "$HOME";
XDG_DOCUMENTS_DIR = "$HOME/docs";

NIXOS_OZONE_WL = "1";
};
};

Expand Down

0 comments on commit 962941b

Please sign in to comment.