feat: replace discord with vesktop for better wayland support

This commit is contained in:
Jacob Bachmann 2024-04-04 15:43:23 +02:00
parent 01a146cfac
commit fd14358bf7
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 4 additions and 1 deletions

View file

@ -64,6 +64,9 @@ in
enable = true; enable = true;
plugins = [ inputs.hy3.packages.x86_64-linux.hy3 ]; plugins = [ inputs.hy3.packages.x86_64-linux.hy3 ];
settings = { settings = {
# debug = {
# disable_logs = false;
# };
env = with lib; with nixosConfig.bchmnn; optionals nvidia.enable [ env = with lib; with nixosConfig.bchmnn; optionals nvidia.enable [
"CLUTTER_BACKEND,wayland" "CLUTTER_BACKEND,wayland"
"GDK_BACKEND,wayland" "GDK_BACKEND,wayland"

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
discord vesktop # alternate client for discord with vencord built-in
]; ];
} }