switched to dorion again

This commit is contained in:
twoneis 2024-01-14 02:09:19 +01:00
parent c2002649fa
commit d56e06e648
3 changed files with 133 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;
};
};
}