add discord theme

This commit is contained in:
Frost-Phoenix 2023-11-11 18:37:00 +01:00
parent 659af3d00d
commit f458449969

View file

@ -36,7 +36,7 @@
environment.systemPackages = with pkgs; [ webcord-vencord ]; environment.systemPackages = with pkgs; [ webcord-vencord ];
xdg.configFile."WebCord/Themes/amoled-cord".source = pkgs.substituteAll { 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; xdg.configFile."WebCord/config.json".source = ./webcord/config.json;
} }