changed to dorion (config not working yet)

This commit is contained in:
twoneis 2024-02-14 23:25:06 +01:00
parent 0c8e2cd3a4
commit 4c6b4c6646
3 changed files with 159 additions and 1 deletions

View file

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