aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-05-11 21:37:40 -0700
committerCaroline Larimore <caroline@larimo.re>2025-05-11 21:37:40 -0700
commit355b6781b1a5889907ff217b42f10711c50e5f91 (patch)
tree8efda1ba49b17a8384aa57944d5ac744ad19095a /modules
parent27c2541c3d2b410d5b7eb0af744c93c859181ba5 (diff)
discord: enable arrpc
Diffstat (limited to 'modules')
-rw-r--r--modules/home/apps/discord/default.nix2
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);