From 840f398d846829b32b36adfee4960c124690686d Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 14 Mar 2024 04:42:19 +0100 Subject: [PATCH] different discord client cause no xwayland --- modules/system/home/discord/default.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/modules/system/home/discord/default.nix b/modules/system/home/discord/default.nix index 76154cd..8fbeef1 100644 --- a/modules/system/home/discord/default.nix +++ b/modules/system/home/discord/default.nix @@ -1,15 +1,5 @@ { pkgs, ... }: { home.packages = with pkgs; [ - webcord - # dorion + discord-screenaudio ]; - - # home.file = { - # ".config/dorion/config.json" = { - # source = ./dorion-config.json; - # }; - # ".config/dorion/themes/rose-pine.theme.css" = { - # source = ./rose-pine.theme.css; - # }; - # }; }