switch back to simple webcord

This commit is contained in:
twoneis 2024-01-10 14:57:27 +01:00
parent 00f94e62ad
commit cdde360341
3 changed files with 1 additions and 134 deletions

View file

@ -1,14 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
dorion
webcord
];
home.file = {
".config/dorion/config.json" = {
source = ./config.json;
};
".config/dorion/themes/rose-pine.css" = {
source = ./rose-pine.css;
};
};
}