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 ]; }