changed to dorion (config not working yet)
This commit is contained in:
parent
0c8e2cd3a4
commit
4c6b4c6646
3 changed files with 159 additions and 1 deletions
|
@ -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;
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue