From f4584499690b2199ef46b4840b423d4c5861484b Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 11 Nov 2023 18:37:00 +0100 Subject: [PATCH] add discord theme --- modules/home/discord/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/discord/default.nix b/modules/home/discord/default.nix index 161daa6..563d196 100644 --- a/modules/home/discord/default.nix +++ b/modules/home/discord/default.nix @@ -33,10 +33,10 @@ }) ]; - environment.systemPackages = with pkgs; [webcord-vencord]; + environment.systemPackages = with pkgs; [ webcord-vencord ]; xdg.configFile."WebCord/Themes/amoled-cord".source = pkgs.substituteAll { - src = ./themes/amoled-cord.css; + src = ./themes/theme.css; }; xdg.configFile."WebCord/config.json".source = ./webcord/config.json; } \ No newline at end of file