diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/apps/discord/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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); |