trying dorion as discord client

This commit is contained in:
twoneis 2024-01-08 19:35:34 +01:00
parent 5a4bb647f0
commit 4821da1715
3 changed files with 134 additions and 1 deletions

View file

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