add discord theme

This commit is contained in:
Frost-Phoenix 2023-11-11 18:43:21 +01:00
parent e870b849c2
commit 5e990fd645

View file

@ -6,6 +6,7 @@
home.packages = with pkgs; [
webcord
webcord-vencord
];
nixpkgs.overlays = [
@ -33,8 +34,6 @@
})
];
environment.systemPackages = with pkgs; [ webcord-vencord ];
xdg.configFile."WebCord/Themes/amoled-cord".source = pkgs.substituteAll {
src = ./themes/theme.css;
};