add discord theme
This commit is contained in:
parent
e870b849c2
commit
5e990fd645
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
webcord
|
webcord
|
||||||
|
webcord-vencord
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
@ -33,8 +34,6 @@
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
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/theme.css;
|
src = ./themes/theme.css;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue