From 355b6781b1a5889907ff217b42f10711c50e5f91 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 11 May 2025 21:37:40 -0700 Subject: discord: enable arrpc --- modules/home/apps/discord/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home/apps/discord') diff --git a/modules/home/apps/discord/default.nix b/modules/home/apps/discord/default.nix index 7766cd8..f9e8d9e 100644 --- a/modules/home/apps/discord/default.nix +++ b/modules/home/apps/discord/default.nix @@ -26,6 +26,8 @@ in { ]; }; + services.arrpc.enable = true; + xdg.configFile."Vencord/themes/nix.theme.css".text = let c = desktop.theme.colors; in '' @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/BasicBackground.css); -- cgit v1.2.3