From 822b4242183fd466c3326b2dfb26ae5a9222407c Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 12:57:34 -0700 Subject: Relocate some packages and scripts to better locations --- modules/home/discord.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/home/discord.nix') diff --git a/modules/home/discord.nix b/modules/home/discord.nix index f303f1f..91fbd8e 100644 --- a/modules/home/discord.nix +++ b/modules/home/discord.nix @@ -1,8 +1,14 @@ -{ config, lib, ... }: +{ config, lib, pkgs, ... }: let conversion = import ../../util/color-conversion.nix { inherit lib; }; in { + home.packages = with pkgs; [ + (discord.override { + withVencord = true; + }) + ]; + xdg.configFile."Vencord/themes/nix.theme.css".text = let c = config.theme.colors; in '' @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/BasicBackground.css); -- cgit v1.2.3