switched dorion for vesktop

This commit is contained in:
twoneis 2024-02-19 16:25:00 +01:00
parent faffb15d17
commit aad22df464

View file

@ -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;
}; # };
}; # };
} }