From fd14358bf7129d0d743eb186166add7a92d88cb2 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Thu, 4 Apr 2024 15:43:23 +0200 Subject: [PATCH] feat: replace discord with vesktop for better wayland support --- users/gandalf/modules/gui/hyprland/default.nix | 3 +++ users/gandalf/modules/gui/programs/discord.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/users/gandalf/modules/gui/hyprland/default.nix b/users/gandalf/modules/gui/hyprland/default.nix index cd1cab8..0b47641 100644 --- a/users/gandalf/modules/gui/hyprland/default.nix +++ b/users/gandalf/modules/gui/hyprland/default.nix @@ -64,6 +64,9 @@ in enable = true; plugins = [ inputs.hy3.packages.x86_64-linux.hy3 ]; settings = { + # debug = { + # disable_logs = false; + # }; env = with lib; with nixosConfig.bchmnn; optionals nvidia.enable [ "CLUTTER_BACKEND,wayland" "GDK_BACKEND,wayland" diff --git a/users/gandalf/modules/gui/programs/discord.nix b/users/gandalf/modules/gui/programs/discord.nix index 03b7c12..30eefaa 100644 --- a/users/gandalf/modules/gui/programs/discord.nix +++ b/users/gandalf/modules/gui/programs/discord.nix @@ -1,5 +1,5 @@ { pkgs, ... }: { home.packages = with pkgs; [ - discord + vesktop # alternate client for discord with vencord built-in ]; }