add discord theme

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

View file

@ -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;
}