add discord theme
This commit is contained in:
parent
659af3d00d
commit
f458449969
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue