switched dorion for vesktop
This commit is contained in:
parent
faffb15d17
commit
aad22df464
1 changed files with 10 additions and 9 deletions
|
@ -1,14 +1,15 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
dorion
|
||||
vesktop
|
||||
# dorion
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/dorion/config.json" = {
|
||||
source = ./dorion-config.json;
|
||||
};
|
||||
".config/dorion/themes/rose-pine.theme.css" = {
|
||||
source = ./rose-pine.theme.css;
|
||||
};
|
||||
};
|
||||
# home.file = {
|
||||
# ".config/dorion/config.json" = {
|
||||
# source = ./dorion-config.json;
|
||||
# };
|
||||
# ".config/dorion/themes/rose-pine.theme.css" = {
|
||||
# source = ./rose-pine.theme.css;
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue