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, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
dorion
|
vesktop
|
||||||
|
# dorion
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
# home.file = {
|
||||||
".config/dorion/config.json" = {
|
# ".config/dorion/config.json" = {
|
||||||
source = ./dorion-config.json;
|
# source = ./dorion-config.json;
|
||||||
};
|
# };
|
||||||
".config/dorion/themes/rose-pine.theme.css" = {
|
# ".config/dorion/themes/rose-pine.theme.css" = {
|
||||||
source = ./rose-pine.theme.css;
|
# source = ./rose-pine.theme.css;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue